Launch Image does not show up in my iOS App

前端 未结 28 1647
逝去的感伤
逝去的感伤 2020-12-02 04:11

I want to get a simple launch screen to show in my app, built using Xcode 6.0.1.

I have added a launch screen in two ways: As an XIB (with the default name, LaunchSc

28条回答
  •  一整个雨季
    2020-12-02 04:36

    If you have changed your launch image from a previous image, and observe the following:

    • devices/simulators where the app was previously installed, still show the previous image and refuse to show the new one (uninstalling and reinstalling the app doesn't help)
    • devices/simulators where the app was not previously installed, show the new launch image

    It is likely because of the caching of launch image done by iOS. Rebooting the device should solve the problem.

提交回复
热议问题