Minimum Font Size deprecated on ios version 6.0
问题 I just upgraded to xcode 4.5 with iOS 6.0 and it's highlighting a warning on all the UILabels in my XIB files saying "minimum font size deprecated on ios version 6.0". Does anyone know what this is referring to and how to fix it? Update: image is no more available (was at https://skitch.com/hahmadi82/eyk51/cloud) 回答1: minimumFontSize property of the UILabel is deprecated from iOS 6.0 onwards. An Alternative to the minimumFontSize is minimumScaleFactor . If you assign minimumFontSize