Opening ViewController In AppDelegate While Keeping Tabbar

前端 未结 3 1838
小鲜肉
小鲜肉 2020-12-10 21:14

In my Xcode project when a user taps on a notification I want to first send them to a certain item in my tabBar then I want to instantiate a view controller and send an obje

3条回答
  •  一整个雨季
    2020-12-10 21:53

    In my last live project, I'm using the same approach like yours. So even though I doubt this method is the correct or ideal for handling a push notification from the AppDelegate (I still got a lot of stuff to learn in iOS

提交回复
热议问题