Xcode 5 - Launch Images not loading in iPad of iPhone app

£可爱£侵袭症+ 提交于 2019-12-03 19:20:41
Akhil

Old pattern would be helpful for the iPhone app developed in X-code 5. To implement this-

Uncheck from Launch Image Assets

and add iPhone Default splash screen images

Open your Utility view and check the appropriate properties.

Well there is a few things to double check here.

First lets check that your Deployment Info is correct. Make sure that the Device is set to Universal otherwise it will only load in iPhone and have the x2 option on iPad. To do this do as Haakon has recommend - also see image. Whilst you're there check that your Deployment Target is iOS 7 as you have specified it is for iOS 7 (So I assume your app is iOS 7 only)

I suspect that the Device is set to iPhone and that your Deployment Target is set to something below iOS7. Once you have the correct Deployment Info you should have settings like below in image assets catalog in your launchImages. If not look at the right hand side of this image notice the extra check boxes that you can select. Selecting these should add remove the relevant images.

If iPhone splash is not showing up then it may be an issue of incorrect order of orientation in info.plist file. You can correct it simply by removing all check from selected orientation and then start selection from the top. You can see a detailed answer here http://www.folio3.com/blog/resolve-iphone-splash-screen-showing-ios-8-error/

It seems you haven't set up your application to be universal. Go to project settings and check if you have set the app to be Universal

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