使用 UITabBarController 和 UINavigationController 的最佳方式

Posted

技术标签:

【中文标题】使用 UITabBarController 和 UINavigationController 的最佳方式【英文标题】:Best way to use UITabBarController and UINavigationController 【发布时间】:2011-08-10 22:21:17 【问题描述】:

对于 ios 编程中的这两个元素,我们可以使用“Interface Builder”(集成在 XCode 中)以图形方式或以编程方式创建它们。

两种方法的优缺点是什么?

【问题讨论】:

【参考方案1】:

我个人更喜欢使用 IB,从标签栏模板开始,然后将 IB 中的各个控制器替换为导航控制器。

我会推荐这个tutorial

【讨论】:

以上是关于使用 UITabBarController 和 UINavigationController 的最佳方式的主要内容,如果未能解决你的问题,请参考以下文章

UITabBarController的基本原理及使用

UINavigationController和UITabBarController

继承 UITabBarController 和 UINavigationController

一起使用 UITabBarController 和 UINavigationController

UIMoreNavigationController 和 UITabBarController 的问题

使用 UITabBarController 和 UINavigationController 的最佳方式