uitabbarcontroller - uitabbarcontroller 在 xcode 4 中改变了吗

标签 uitabbarcontroller xcode4

我最近升级到 xcode 4。我的应用程序使用 tabbarcontroller。在旧的 xcode 3.x 中,您可以根据此屏幕截图将选项卡更改为不同类型:

enter image description here

根据我在研究此问题时收集到的信息,xcode 4 不再提供此功能。我错过了什么吗?根据我的研究,我们现在假设删除/添加选项卡然后更改属性以获得所需的效果。因此,为此,在 xcode 4 中,我添加了一个新的选项卡项,并将该类设为 UINavigationController,完全期望能够使用复选框切换“显示导航栏”。但是,“导航 Controller ”分组从未出现。我错过了什么?

感谢您的帮助。

最佳答案

起初我也很惊讶,我正要问同样的问题。但是,当你打开对象库时,在底部你可以看到一个大星星,“Tab Bar Item”。只需将其拖到标签栏,您就会注意到标签栏 Controller 中添加了一个新项目。

关于uitabbarcontroller - uitabbarcontroller 在 xcode 4 中改变了吗,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5301559/

相关文章:

iphone - 帮助理解 OpenGL 的 Xcode 4 项目模板

ios - TabBar 在导航到另一个 UIViewController 时不可见

ios - iOS TabBarController/init ViewControllers通过哪种初始化方法?

colors - 更改 UITabBar 项目 iOS 9 的未选中颜色

iPhone SDK : Different instances of webviews

objective-c - 如何将数据放入文本字​​段进行编辑?

iphone - 如何以编程方式隐藏 UITabBarController?

iphone - 以编程方式交换 UITabbarItems

cocoa - 如何 "sandbox"我的 Lion 应用程序?

ios - 从 Mac OS X 控制台启动 iOS App