In iPad iOS 10
Application shows app icon as launch screen / Splash screen if we don\'t provide any launch screen.
I had not set any launch screen or im
You need to add images to project with following names :
Notes : All are not required you need to add per requirement
320x480(2x) -> 640x960: Default@2x~iphone.png
320x568(2x) -> 640x1136: Default-568h@2x~iphone.png
375x667(2x) -> 750x1334: Default-667h@2x~iphone.png
414x736(3x) -> 1242x2208: Default-736h@3x~iphone.png
768x1024(1x) -> 768x1024: Default-Portrait~ipad.png
1024x768(1x) -> 1024x768: Default-Landscape~ipad.png
768x1024(2x) -> 1536x2048: Default-Portrait@2x~ipad.png
1024x768(2x) -> 2048x1536: Default-Landscape@2x~ipad.png