【发布时间】:2020-05-18 13:39:35
【问题描述】:
如果用户已经登录,我想打开我的HomeViewController;如果用户点击推送通知,我想打开我的NotificationViewController。
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
// What's code write for this functionality.
return true
}
Xcode 11.3.1
iOS 13
【问题讨论】: