简体   繁体   English

iPhone 6 Plus支持字体问题

[英]iPhone 6 Plus support fonts issue

I'm starting on adding iPhone 6 support for my app. 我开始为我的应用添加iPhone 6支持。 I don't want to use Size Classes since the app runs on iOS7 as well. 我不想使用大小类,因为该应用程序也在iOS7上运行。 I'm planning on using auto-layout for views positioning but I'm not sure how to handle font sizes. 我打算使用自动布局进行视图定位,但我不确定如何处理字体大小。 I want to make some of the fonts bigger on iPhone 6 plus. 我想在iPhone 6 plus上制作一些更大的字体。 How can I do that using Auto-Layout without Size Classes? 如何使用没有大小类的自动布局?

You can use size classes and support iOS7, it's an Xcode related feature to help you design the behaviour of your app. 您可以使用size classes并支持iOS7,它是一个与Xcode相关的功能,可帮助您设计应用程序的行为。

Get the latest version of Xcode , set the deployment target to iOS7 and start designing your ViewController's using size class. 获取最新版本的Xcode ,将deployment target设置为iOS7并开始使用size类设计ViewController's

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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