> For the complete documentation index, see [llms.txt](https://jacky-chen.gitbook.io/jackychen/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jacky-chen.gitbook.io/jackychen/user-interface/launch-screen.md).

# Launch Screen

## 教學連結

* [**Launch Screen**](https://developer.apple.com/design/human-interface-guidelines/ios/icons-and-images/launch-screen/)
* [**設計與製作 iOS Launch Image**](https://medium.com/@binglu/%E8%A8%AD%E8%A8%88%E8%88%87%E8%A3%BD%E4%BD%9C-ios-launch-image-82e387ce56c8)
  * **Launch 畫面 於 Xcode 中，有 2 種製作的方法：**
    * 使用 Launch File：XIB 或 Storyboard 來製作
      * 是目前的預設作法，也是比較推薦的作法，因為可以使用 Autolayout 跟 Size Classes 來適應不同尺寸的裝置，也無需再針對不同尺寸的手機去製作肥大的圖片。
    * 使用 Launch Image：靜態圖片來製作，記得把 LaunchScreen 的 **Use as launch Srceen** 關掉，否則會不起作用

      [參考連結](https://www.jianshu.com/p/bbc01a3bb8dc)&#x20;

![](https://1934061725-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M4XrCDvjc3xNfiB-3eT%2F-M4Y-TstkTXMD9Y8W9l7%2F-M4Y03bRpdmTAVm1wIqY%2FlaunchImageSettings.png?alt=media\&token=9c2397c0-01d1-4c0a-8e2f-4be827ca094b)
