ios - How to add launch screen for iPhone 5 using Xcode 7 -


i'm trying make launch screens app target ios 9.2 in xcode 7.2. new way of making launch screen iphones 6 , 6s use launch files doing. support iphone 5 , 4s well. apple says in guide 2 phones need use images specified requirements: https://developer.apple.com/library/ios/documentation/userexperience/conceptual/mobilehig/iconmatrix.html

i tried use asset catalog add images older iphones. templates not based on iphone model 5 or 4s, based on ios version ios 8, 7, , 6. don't know template use iphone 5 , 4s. in other words ios target right choice phones. thanks!

if want support devices , deployment target ios 8.0 or later, need single launch screen file. not need launch images.

the launch screen file signal ios app supports iphone sizes , if universal app (or ipad app) signals ios supports ipad sizes.


Comments

Popular posts from this blog

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -