2
A
回答
4
啥說:
MyViewController *myViewController = [[MyViewController alloc] init];
UINavigationController *navController = [[UINavigationController alloc] initWithRootViewController:myViewController];
[[self navigationController] presentModalViewController:navController animated:YES];
4
您可以使用導航控制器作爲模態視圖控制器。
[parent presentModalViewController:myNavigationController animated:YES];
2
您創建一個UINavigrationController,然後添加的UIViewController它,那麼你現在的導航控制器presentModalViewController
相關問題
- 1. 導航欄視圖爲模態視圖?
- 2. 返回主視圖從導航視圖和模態視圖
- 3. 從模態UIViewController導航視圖層次
- 4. 模態視圖導航控制器欄
- 5. 導航視圖
- 6. 導航至視圖
- 7. Sencha導航視圖
- 8. 將導航視圖移動到導航視圖的下方
- 9. Universal App - 在分割視圖導航中恢復視圖狀態
- 10. 在導航視圖上保存狀態
- 11. 如何從視圖模型導航到視圖
- 12. iPhone模式視圖和導航視圖問題
- 13. 使用MVVM模式的WPF swtich視圖無導航視圖
- 14. 當我導航到視圖時,如何將視圖模型鏈接到視圖?
- 15. DurandalJS - 無視圖模式刷新導航
- 16. NullReferenceException和視圖模型導航屬性
- 17. wpf頁面導航視圖模型
- 18. 視圖模型之間的Silverlight導航
- 19. MVC視圖模型和導航屬性
- 20. 導航到現有的視圖模型
- 21. 導航視圖Sencha Touch 2
- 22. 導航欄按下視圖
- 23. iPhone視圖導航問題
- 24. 導航欄搜索視圖
- 25. BackboneJS - 子視圖導航
- 26. VAADIN 7:導航子視圖
- 27. 用樹視圖導航sharepoint
- 28. Splitview控件導航視圖
- 29. 從子視圖導航NavController
- 30. Android列表視圖導航
'presentModalViewController'被棄用iOS6的的。請參閱http://stackoverflow.com/questions/12507455/a-lot-of-functions-are-deprecated-ios-6 – 2015-01-03 19:27:54