簡體   English   中英

如何從 AppDelegate.swift 路由到任何視圖 controller

[英]How to do routing from AppDelegate.swift to any View controller

如果用戶已經登錄,我想打開我的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

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM