Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iPhone6 status bar showing zoomed in app but not on home screen [closed]

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

like image 361
Joe Andolina Avatar asked Sep 22 '14 21:09

Joe Andolina


1 Answers

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.

like image 185
rmaddy Avatar answered Oct 31 '22 06:10

rmaddy