my iOS app is in low resolution (status bar includ

2019-09-06 14:18发布

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条回答
等我变得足够好
2楼-- · 2019-09-06 14:31

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
查看更多
登录 后发表回答