具有默认视图的TabbarController

时间:2012-06-11 07:16:13

标签: iphone xcode uitabbarcontroller

我正在开发一个iPhone应用程序,其中有三个类A类,B类,C类。现在我想将Class A显示为默认View,其中两个选项卡用于Class B和Class C使用Tabbarcontroller。任何人都可以建议我怎么做。

2 个答案:

答案 0 :(得分:1)

听起来像是在寻找:

[tabBarController setSelectedIndex:1];

启动您的应用程序后,或者您可以使用上述方法设置显示控制器的任何其他时间。

答案 1 :(得分:0)

您可以使用此链接:How are the 2 View Controllers wired to the tabBarController in iPhoneRecipes

或使用此:

[tabBarController setSelectedIndex:1];