Git Hub
коротко

Задержка для SplashScreen на N секунд

22 апреля 2017, 19:23
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool {
        let n = 4.0
        Thread.sleep(forTimeInterval: n)
        
        return true
    }
Поделиться
Популярное