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.
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.
如果你想要一些逐步的解释,那么你可以通过:
将 UINavigationController 放在 UITabbarController 中
如果您想要一些带有屏幕截图的详细说明,那么您可以使用:
使用 UITabBarController 和 UINavigationController 的 iPhone 应用程序教程
要从根本上了解更多信息,最好的来源是Apple 的文档。
这对你很有帮助,在这里你可以学习如何将 UINavigationController 集成到 UITabBarController 中,这是非常标准的方式。