Launch Image

How to set the interval of the launch Image?(make the launch Image time more longer)

If anyone who know it, please tell me.

Thanks a lot.

Replies

There is a basic, but not very clean way:


Add this in didFinishLaunching


        Thread.sleep(forTimeInterval: 2.0)



Look here for more details

h ttps://stackoverflow.com/questions/43276199/how-can-i-delay-splash-launch-screen-programatically-in-swift-xcode-ios

What are you trying to accomplish? Users expect your app to launch as fast as possible.