You want to specify a ViewController using application:openURL:

Asked 2 years ago, Updated 2 years ago, 43 views

I started my own application from the URL scheme using application:(UIAapplication*) application openURL: Could you suddenly display the Detail page that has been transitioned several times from the TOP page?Also, it would be great if you could return to the top by performing the process of returning from that page.

ios

2022-09-30 20:44

1 Answers

If you are managing a view controller with a UINavigationController, you can implement it by securing an instance of the view controller on the Detail page with the application:openURL:sourceApplication:announcement: method and displaying the Detail page with the -UINavationController pushViewController:


2022-09-30 20:44

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.