How to make iPhone4 and below version app compatible for iPhone5?

后端 未结 4 1442
终归单人心
终归单人心 2021-02-15 15:05

I have an application in iphone market which works for iPhone 4s and lower version. So now iPhone 5 has been launched which bigger size screen, my question is what all changes i

4条回答
  •  情深已故
    2021-02-15 15:38

    If your app uses the standard UIKit provided by Apple, you only need to add a 4 inch launch image to your app, and it will automatically resized itself. But if your app using custom controls or graphics-heavy like in games, you might want to adjust the images and take advantage of the larger screen.

    You also have to make sure the methods you used do not deprecated on iOS6 to prevent the app from crashing. Some references if you need further reading.

提交回复
热议问题