Tuesday, October 8, 2013

iOS 7 Lets you Choose User-Set System Fonts


By using something like:
self.body.font = [UIFont preferredFontForTextStyle:UIFontTextStyleBody];
You can have the fonts in your app exactly how the user prefers.

http://stackoverflow.com/questions/18951332/how-to-detect-dynamic-font-size-changes-from-ios-settings

No comments:

Post a Comment