0

I want to create UITabbarController,UINavigationController by using UITabbarControllerDelegate, UINavigationControllerDelegates.

Will you please send me any link, or show me how to do it , because i am new to this. Thanks in Advance.

4

2 回答 2

1

如果你想要一些逐步的解释,那么你可以通过:

将 UINavigationController 放在 UITabbarController 中

如果您想要一些带有屏幕截图的详细说明,那么您可以使用:

使用 UITabBarController 和 UINavigationController 的 iPhone 应用程序教程

要从根本上了解更多信息,最好的来源是Apple 的文档

于 2013-01-15T06:34:33.787 回答
0

这对你很有帮助,在这里你可以学习如何将 UINavigationController 集成到 UITabBarController 中,这是非常标准的方式。

https://developer.apple.com/library/ios/#documentation/WindowsViews/Conceptual/ViewControllerCatalog/Chapters/CombiningViewControllers.html

于 2013-01-15T05:42:01.287 回答