UIApplication.SharedApplication.PreferredContentSizeCategory has no type safe wrapper #15687
Labels
enhancement
The issue or pull request is an enhancement
help wanted
This is an issue or pull request where we request help from the community to fix or complete
Milestone
Steps to Reproduce
var size = UIApplication.SharedApplication.PreferredContentSizeCategory;
Expected Behavior
It should be
UIContentSizeCategory
(even tootltip says that)Actual Behavior
It is
NSString
Environment
Version information
Build Logs
Example Project (If Possible)
The text was updated successfully, but these errors were encountered: