我有一个设计为this one的标签栏控制器。我刚刚添加了一个“启动”屏幕,其中包含一些指向这些选项卡视图控制器的链接,我需要从启动页面直接链接到每个视图控制器。
我如何实现这一目标?
答案 0 :(得分:0)
您可以使用UITabbarController的selectedIndex属性来激活所需的标签:https://developer.apple.com/library/ios/documentation/uikit/reference/UITabBarController_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40006931-CH3-SW2
@property(nonatomic) NSUInteger selectedIndex