Reputation: 846
For iPhone4-5, we have to have 3 default images to be loaded by the device
Default.png
[email protected] and
[email protected]
IS there any naming convention for iPhone6 and 6 plus?
Upvotes: 0
Views: 1073
Reputation: 10127
Instead of relying on filenames, you should use the asset catalog to provide default images and app icons.
There is an extensive guide by Apple about this: https://developer.apple.com/library/ios/recipes/xcode_help-image_catalog-1.0/StoringAppIconsandLaunchImagesinanAssetCatalog/StoringAppIconsandLaunchImagesinanAssetCatalog.html
Upvotes: 5