我在我的应用程序中使用UINavigationController,但我不知道如何使用UITabbarController

时间:2011-01-03 12:46:30

标签: cocoa-touch uitabbarcontroller

请帮忙 我在我的应用程序中使用UINavigationController,但我不知道如何使用UITabbarController

3 个答案:

答案 0 :(得分:1)

有一个使用此网站UITabBarController with UINavigationController Using Interface Builder

中的两个组件的示例

答案 1 :(得分:1)

如果您需要演练和示例代码,则需要查看Apple优秀的在线文档。

我建议您最初阅读View Controller Programming Guide以获得良好的概述。

然后,您可以查看UITabBarController class reference,其中包含顶部“相关示例代码”部分中示例代码的链接。 (如果您在XCode的文档阅读器中浏览,它甚至允许您自动下载和安装示例代码项目。)

答案 2 :(得分:0)

您是否尝试过优秀的documentation