标签栏控制器中的导航控制器
带有选项卡栏的应用程序的逻辑或视图结构是什么,例如 3 个不同的选项卡。每个选项卡在选项卡视图控制器选项卡内都有一个导航控制器?
导航控制器在哪里创建和管理?
What is the logic or view structure of an app with a tab bar, e.g. 3 different tabs. Each tab having a navigation controller inside the tab viewcontroller tabs?
Where are the navigation controllers created and managed?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
如果您使用 NIB 文件,则可以直接在主 NIB 中设置应用程序的结构。结构如下所示:
If you're using NIB files, you can set up the structure of your app right in your main NIB. The structure looks like this:
这也让我发疯,所以一旦我让它工作,我添加了这个:
https://github .com/benbruscella/iPhone-TabBarController-With-NavigationController
希望这会对某人有所帮助。
This was driving me nuts too so once I got it working I added this:
https://github.com/benbruscella/iPhone-TabBarController-With-NavigationController
Hopefully this will help someone.
从主 xib 中,您可以设置导航控制器,您可以设置要在该导航控制器上上传的类......
From the main xib you can set the navigation controllers from there you can set the classes to be uploaded on that navigation controllers......