Uitabviewcontroller如何在uitabbarcontroller中打开第二个viewcontroller?

时间:2017-01-22 07:16:27

标签: ios objective-c uitabbarcontroller

当我点击该按钮时,我有一个按钮,我想要打开tabviewcontroller第二个索引。这里我的问题是如何推送另一个viewcontroller

 -(IBAction)Chat:(id)sender;
{
[self.parentViewController.tabBarController setSelectedIndex:2];
}

1 个答案:

答案 0 :(得分:0)

而不是:

[self.TabBarController setSelectedIndex:2];

你需要使用它:

column_data_type: "html", html_data_type: "text",

我希望它对你有用。