5
0

More than 1 year has passed since last update.

iOSのLaunchScreen(スプラッシュ)が更新されない

Posted at

スプラッシュ画像を変更しようとしたところ、XcodeのLaunchScreen.storyboard上は更新が反映しているが、Runしたりipa配布すると古いスプラッシュ画像のままという現象に遭遇してドハマリしたので解決方法を共有します。
10年以上iOSアプリ開発してるけど、今まではハマった記憶がない。。

解決方法

  • xcassetsの外に、元の画像名と異なる名前で画像を作成する
  • LaunchScreen.storyboardからは↑で作成した画像を参照する

原因

iOSのSpringBoardのキャッシュのせいみたいです。
デバイスを再起動すれば反映されるけど、開発者はそれでよくてもエンドユーザーには頼めないよね。ということで上記の方法をとりました。

参考

5
0
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
0