简体   繁体   中英

How to make sure that launch screen is being displayed

Even after adding Thread.sleep(forTimeInterval: 3.0) to appdelegate.swift which I found in another thread, the launch screen of my app is not being displayed on my physical iPhone. However, in the Xcode simulator, it shows up just fine. Is there anything that I can check in the code of my app that might keep the launch screen from being displayed?

I found the answer. The changes to my launchscreen.storyboard where being cached on my local iphone and I had to delete the app and re-install it via Xcode. From then on the correct launch screen showed up.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM