iOS啟動圖實現

兩種方法設置:

  • LaunchScreen.storyboard
    1. 在LaunchScreen.storyboard中拖拽imageView并設置約束,勾選右側Use as launch Screen
    2. 工程—General—App Icons and Launch Images選項中設置:
      • Launch Screen File為所制作的LaunchScreen.storyboard或者LaunchScreen.xib
      • 置空路徑Launch Image Source
  • Assets.xcassets
    1. 設置LaunchImage
    2. 準備:
      • 各種尺寸啟動圖: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)
    3. 配置
      1. 工程—General—App Icons and Launch Images選項中設置:
        • Launch Image Source 為LaunchImage
        • 置空路徑Launch Screen File
      2. 取消勾選Use as Launch Screen

經過上述步驟之后,你覺得完全沒有問題了,但是仍然無法顯示LaunchImage,這是可能會有4個選擇:

  1. 菜單-product-Clean-rebuild,也就是重新build程序。

  2. 菜單-Xcode-preference-Locations-Derived data-open in Finder,然后刪除其中的緩存文件,并重新build程序。

  3. 把App在模擬器上卸載掉,然后重新build。

  4. reset模擬器

正常情況下,LaunchImage 應該會顯示了。

最后編輯于
?著作權歸作者所有,轉載或內容合作請聯系作者
平臺聲明:文章內容(如有圖片或視頻亦包括在內)由作者上傳并發布,文章內容僅代表作者本人觀點,簡書系信息發布平臺,僅提供信息存儲服務。