2

我有一个首字母UIViewController。我有两个按钮UIViewController,一个是Tutorial,另一个是Start

当我单击时,Tutorial我将导航到默认(第一个)选项卡UITabBarController在哪里。Tutorial我对此没有任何问题。我通过按住并右键单击并拖动到UITabBarController并选择模式来完成。

但是当我单击Start按钮时,我将不得不导航到UITabBarController. 如何才能做到这一点???

4

1 回答 1

1

只需将该UITabBarController.selectedIndex属性设置为您要使用的选项卡的索引。

于 2012-08-07T19:19:26.387 回答