简体   繁体   中英

warning: Attribute Unavailable: Minimum Font Scale on iOS versions prior to 6.0

I am using xcode5 to build my app with storyboards and I started out making a deployment target as IOS 6.0, however I decided to actually change that to 5.0 deployment target. I get this warning: "warning: Attribute Unavailable: Minimum Font Scale on iOS versions prior to 6.0"

I ran my app on the IOS 5 simulator and despite the warning, the app runs perfectly. I've made sure that my text are not attributed but the warning still occurs, how can I solve this issue?

要摆脱此警告(并以iOS 5兼容的方式配置UILabel),请在Interface Builder中选择有问题的UILabel,并将“Autoshrink”选项的值更改为“Minimum Font Scale”以外的值(其他选项)是“固定大小”和“最小字体大小”。)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM