1
這是我的應用程序的當前結構:如何實現一個UINavigationController爲標準的UIView
- 的UIWindow
- 的UIViewController(根視圖控制器)
- 的UINavigationController
- 的UITableView
- 的UIViewController(PresentModalViewControllerAnimated:YES)
- 的UITableView
- 的UIViewController(根視圖控制器)
這是我希望它是:
- 的UIWindow
- 的UIViewController(ROO噸視圖控制器)
- 的UINavigationController
- 的UITableView
- 的UIViewController(PresentModalViewControllerAnimated:是)
- 的UINavigationController
- 的UITableView
- 的UIViewController(ROO噸視圖控制器)
我有一個幻燈片,我希望該視圖有自己的UINavigationController。這是應用程序設置,所以我想要嵌套選項。
任何想法如何做到這一點?
應用程序類型是一個導航應用程序,以此爲根視圖控制器的UINavigationController來自哪裏。