Get the Current Content Size
suggest changeSwift
UIApplication.sharedApplication().preferredContentSizeCategory
Objective-C
[UIApplication sharedApplication].preferredContentSizeCategory;
This returns a content size category constant, or an accessibility content size category constant.
Found a mistake? Have a question or improvement idea?
Let me know.
Table Of Contents