Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 TabBarController 应用程序,我的要求是在窗口顶部而不是默认底部添加 TabBar。有人可以在使用 UITabbarController 而不是简单的标签栏时帮助在窗口顶部添加 TabBar。
我认为使用UITabBarController. 来自官方文档,关于tabBar属性:“您永远不应该尝试操作存储在此属性中的 UITabBar 对象本身。如果您尝试这样做,标签栏视图会引发异常。要为您的标签栏界面配置项目,您应改为将一个或多个自定义视图控制器分配给 viewControllers 属性。标签栏从您指定的视图控制器中收集所需的标签栏项目。”。
UITabBarController
tabBar