How do I support the taller iPhone 5 screen size?

前端 未结 1 789
执笔经年
执笔经年 2020-12-01 08:27

My app shows up letter boxed and I want it to stretch properly to fill the whole screen. I\'m creating my main window with:

self.mainWindow = [[UIWindow allo         


        
相关标签:
1条回答
  • 2020-12-01 08:47

    I don't support your idea of avoiding launch images as they are there for a reason, but if you really wanna do it for some reason, you should use the Default-568h@2x.png file (640x1136 px) like the one you get when creating a new project. It's just solid black, doesn't take up a lot of disk space and will look as if there are no launch images whatsoever.

    Besides setting a 4-inch retina launch image, there is currently no known way to get full 1136 px height on the new screen.

    0 讨论(0)
提交回复
热议问题