在 iOS 7 之后我们可以用 UIFont 的preferredFontForTextStyle: 类方法来指定一个样式,并让字体大小符合用户设定的字体大小。目前可供选择的有六种样式,在系统设置最小字体的前提下,分别对应:
UIFontTextStyleHeadline 17号
UIFontTextStyleBody 17号
UIFontTextStyleSubheadline 15号
UIFontTextStyleFootnote 13号
UIFontTextStyleCaption1 12号
UIFontTextStyleCaption2 11号