3

I have a storyboard I am building for an iPhone 6 Plus and iPhone 6s application. For some reason, when I run the application on the iPhone 6 Plus the screen is cut off but on the 6s Plus everything fits on the screen. Is the screen size different? Also, is there a way to find out what if the user is using an iPhone 6s or 6 Plus?

user5432778
  • 121
  • 1
  • 14
  • 1
    Is it possible to add screenshots to your question? Also, have you tested this on both devices, or just on the simulators? – Daniel Storm Feb 25 '16 at 01:57
  • @DanielStorm I tested it in the simulator for iPhone 6 and 6s Plus and everything fit. Just when I tested it on a iPhone 6 device it did not fit. – user5432778 Feb 25 '16 at 06:52

1 Answers1

1

You may want to use Auto Layout

https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/AutolayoutPG/

Debug your screen with

po [[UIWindow keyWindow] _autolayoutTrace]

Check if user is using an iPhone 6 or 6 Plus

iOS How to detect iPhone 6 plus, iPhone 6, iPhone 5 by macro?

Community
  • 1
  • 1
Tim007
  • 2,557
  • 1
  • 11
  • 20