标签: ios swift segue appdelegate
我创建了一个新的View Controller来充当LaunchScreenController。在我的appDelegate中,我将LaunchScreenViewController设置为占用0.0时间,这是因为我希望启动屏幕是动态的。我想在我的fakeLaunchScreen运行5秒后从假的launchScreen过渡到我的Main。我将如何在appDelegate中做到这一点?