iOS - 我的应用程序中只需要显示 4 个选项卡

标签 ios uitabbarcontroller

在我的基于标签栏的 iOS 应用程序中,我有 8 个标签。因此在主屏幕中显示了 4 个选项卡,第 5 个是“更多”选项卡。
是否可以在我的应用程序主屏幕中仅显示 3 个选项卡和另外 1 个选项卡?
当用户点击时,让它像往常一样显示剩余的选项。

最佳答案

不,使用标准的 UITabBarController 是不可能的。您必须创建自定义变体才能完成此任务。

关于iOS - 我的应用程序中只需要显示 4 个选项卡,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8490233/

相关文章:

iphone - 如何使导航栏看起来像这样?

ios - 从 Facebook 源打开 native iOS 应用程序

uitabbarcontroller - 在 UITabBar 中使用 MGSplitViewController

objective-c - 是否有任何类型的交互式 Objective-C 编程工具?

android - 如何使用 ember.js 框架通过终端创建 cordova 混合 Android、ios 应用程序?

iphone - 防止触摸通过CCLayer

iphone - 在启动时调用选项卡栏的 View 方法

ios - 在 UITabBarController 上推送 UINavigationController 时 UITableViewCell 消失

ios - "Presenting a controller modally within a nav controller within a tab bar controller"的问题

iphone - UITabBarController 与 UINavigationController "more"选项卡问题