ios - How to add these three files properly?"Default.png, Default-568h@2x.png, Default@2x.png" for universal app for iPhone/iPad? -
i added "default.png, default-568h@2x.png, default@2x.png" these 3 files in universal project splash image, have 3 diffrent image , resolution same mention in apple docs, ipad 768 * 1024 , iphone-4s -> 320 * 480 , iphone 5-> 640 * 1136.
but problem when rum on iphone4s- iphone5 splash rum properly, when run on ipad deafault.png splash not showing instead of takes reference default-568h@2x.png. default-568h@2x.png showing on ipad instead of deafault.png , image got blur , shrink on ipad also, beacuse deafault.png not showing. how slove problem.
any idea or suggestion experts highly welcome.
- first suggest that,
- preapre images,
- select project project navigator , go summary , scroll down screen appears, right click on , choose file computer automatically copied project , entered in plist file also..
- if application universal have set iphone , ipad both. `
Comments
Post a Comment