my iOS app is in low resolution (status bar included)

陌路散爱 提交于 2019-12-11 23:56:36

问题


I use an iPhone 6 and I launch Skype and my app. My app launches in low resolution (seems like non-retina) and Skype launches in high resolution - status bar resolution stays the same as in home menu of iOS, while the status bar in my app seems "bigger".

screenshot

The one on the left (mine) is clearly lower resolution. What could be causing that ?


回答1:


Make sure you have Launch Screen or launch Images at correct resolution for iPhone 6 or 6 Plus, otherwise your application will run in 'display zoom' mode. (scaled up version from iPhone 5 or 4...)

See this SO question, you can either :

  • use a XIB that adapt to different screen resolutions
  • use XCode Asset catalog 'LaunchImage' image set, and fill the correct sizes


来源:https://stackoverflow.com/questions/28500440/my-ios-app-is-in-low-resolution-status-bar-included

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!