For iPhone4-5, we have to have 3 default images to be loaded by the device
Default.png
Default@2x.png and
Default-568h@2x.png
IS there any naming convention for iPhone6 and 6 plus?
For iPhone4-5, we have to have 3 default images to be loaded by the device
Default.png
Default@2x.png and
Default-568h@2x.png
IS there any naming convention for iPhone6 and 6 plus?
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