Reputation: 102
I have doubts that guidelines are recommended to adapt an app to the new screens of iPhone 6 and iPhone 6 plus (I've added all new icons and splash screen: http://www.paintcodeapp.com/news/ultimate-guide-to-iphone-resolutions) . I know that for iPhone 6 plus images are @3x and the width of the iPhone 6 is larger than previous versions.
My question is, for example, if the font sizes are recommended to be different, smaller or if xcode does this automatically. The same with the size of images.
I have read the Apple guidelines but does have not clarified my question:
Any recommendation, guideline or advice?
UPDATE: I found a possible solution. If you use a Launch xib (or storyboard), the screens are adapt to new devices. More info here.
Thank you.
Upvotes: 2
Views: 4461
Reputation: 52565
You should think of the iPhone/iPad screen in points rather than pixels. Doing so means that iOS does the "right thing" (or at least what Apple thinks is the right thing) on each device. In general, the font size remains the same on all devices. On iPhone6/6+ you just get more information on-screen.
Upvotes: 1