标签: iphone
我是iphone开发的新手,并试图理解如何在视图之间组织导航的概念。从当前视图中启动新视图的最简单方法是什么?
答案 0 :(得分:2)
最简单的方法是使用UINavigationController。这些文档可在此处获取:UINavigationController