tvOS UITabBarController 不显示故事板参考的 TabBarItems
tvOS UITabBarController doesn't show TabBarItems of Storyboard Reference
- UITabBarController with Storyboard-Reference to the initialViewController of Hello.storyboard as a tabBarItem(Relationship Segue) in Main.storyboard。
- 在 Hello.storyboard 中,我有一个普通的 ViewController,我更改了背景颜色。
- TabBarItem 没有显示在 TabBar 中。 (这是模拟器截屏)
任何人都知道如何解决这个问题,所以我可以看到名为 "item" ?
的 tabBarItem
Xcode7.3 测试版 (7D152p) OSX 10.11.3
自行解决。我只需要将 TabBarItem 添加到 ViewController.storyboard 中的 ViewController,而不是 Main.storyboard。
- UITabBarController with Storyboard-Reference to the initialViewController of Hello.storyboard as a tabBarItem(Relationship Segue) in Main.storyboard。
- 在 Hello.storyboard 中,我有一个普通的 ViewController,我更改了背景颜色。
- TabBarItem 没有显示在 TabBar 中。 (这是模拟器截屏)
任何人都知道如何解决这个问题,所以我可以看到名为 "item" ?
的 tabBarItemXcode7.3 测试版 (7D152p) OSX 10.11.3
自行解决。我只需要将 TabBarItem 添加到 ViewController.storyboard 中的 ViewController,而不是 Main.storyboard。