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.
这听起来像是一个愚蠢的问题,但我创建了一个视图,然后在底部添加了一个选项卡栏。我想将选项卡项目连接到新视图,但是当我去 CTRL DRAG 到一个新的视图控制器时它不会连接?? 难道我做错了什么?干杯
你不能用 tabBar 做到这一点。您需要实现 UITabBarDelegate 方法,tabBar:didSelectItem:,并在代码中进行转换。正如 Rob 所说,使用 TabBarController 会更容易。