8

After some initial testing, our app on the iPhone6 we are seeing that the status bar (and maybe the whole app) is showing the zoomed size. When I say zoomed, I am referring to the desktop setting zoomed vs standard. The app was written using the older storyboard type, not the new one with Size classes.

My App: enter image description here

Home Screen: enter image description here

Arun_
  • 1,806
  • 2
  • 20
  • 40
Joe Andolina
  • 648
  • 1
  • 11
  • 23
  • You'll see that with many apps. You'll need to update your app to support the new screen size. – Caleb Sep 22 '14 at 21:20

1 Answers1

18

This is normal if you have not added iPhone 6/6+ launch images. Your entire app, including the status bar is zoomed when run to fill the screen. This has nothing to do with the "Zoomed/Standard" setting.

See How to enable native resolution for apps on iPhone 6 and 6 Plus? to learn how to enable native iPhone 6/6+ screen size support.

Community
  • 1
  • 1
rmaddy
  • 314,917
  • 42
  • 532
  • 579