简体   繁体   中英

XCode 6, using custom fonts in iOS7

If i use custom fonts (without providing "UIAppFonts" key in plist) in Xcode 6, but my project still support iOS7, will the custom fonts work also on iOS7 (without the plist key)?

the Apple docs states only "Custom iOS fonts. Interface Builder renders embedded custom fonts during design time, giving a more accurate preview of how the finished app will look, with correct dimensions."

You are confusing two unrelated issues. the UIAppFonts key is required for your app to include custom fonts, and is supported back to iOS 3.2 . The new feature in Xcode 6 is that these fonts are available in Interface Builder so you can specify the fonts in IB, and preview your UI as it will look with your custom fonts.

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