Handle UI in all iPhones with different scaling/resolutions [duplicate]

巧了我就是萌 提交于 2019-12-05 09:40:10

I think this question is already answered here

You just need to use new Xcode 6 Gold master and it will scale your screen for both new sizes.
With that their are several new options in new Xcode 6 if you creating new application, some of them are given below:

Couple of options to select splash screen: You can now select launch screen file(xib), with that you can also use assets catalog.

You are looking for specific size for devices you can check that in attribute inspector of assets catalog.

For the rest of the app screens optimization you just need to Auto layout.

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