兩種方法設置:
- LaunchScreen.storyboard
- 在LaunchScreen.storyboard中拖拽imageView并設置約束,勾選右側Use as launch Screen
- 工程—General—App Icons and Launch Images選項中設置:
- Launch Screen File為所制作的LaunchScreen.storyboard或者LaunchScreen.xib
- 置空路徑Launch Image Source
- Assets.xcassets
- 設置LaunchImage
- 準備:
- 各種尺寸啟動圖:640 × 960,640 × 1136,750 × 1334,1242 × 2208,1125 x 2436,(橫屏需要2208 × 1242)
- iPhone Portrait iOS5,6(1x:320 × 480 pixels, 2x:640 × 960 pixels, Retina 4:640 × 1136 pixels)
- iPhone Portrait iOS8,9(Retina HD 5.5”:1242 × 2208 pixels, Retina HD 4.7”:750 × 1334 pixels)
- iPhone Landscape iOS 8,9(Retina HD 5.5”:2208 × 1242 pixels)
- iPhone Portrait iOS7,9(2x:640 × 960 pixels, Retina 4:640 × 1136 pixels)
- iPhone X Portrait iOS 11+ (3x:1125 x 2436 pixels)
- 配置
- 工程—General—App Icons and Launch Images選項中設置:
- Launch Image Source 為LaunchImage
- 置空路徑Launch Screen File
- 取消勾選Use as Launch Screen
- 工程—General—App Icons and Launch Images選項中設置:
經過上述步驟之后,你覺得完全沒有問題了,但是仍然無法顯示LaunchImage,這是可能會有4個選擇:
菜單-product-Clean-rebuild,也就是重新build程序。
菜單-Xcode-preference-Locations-Derived data-open in Finder,然后刪除其中的緩存文件,并重新build程序。
把App在模擬器上卸載掉,然后重新build。
reset模擬器
正常情況下,LaunchImage 應該會顯示了。