当我点击该按钮时,我有一个按钮,我想要打开tabviewcontroller第二个索引。这里我的问题是如何推送另一个viewcontroller
-(IBAction)Chat:(id)sender;
{
[self.parentViewController.tabBarController setSelectedIndex:2];
}
答案 0 :(得分:0)
而不是:
[self.TabBarController setSelectedIndex:2];
你需要使用它:
column_data_type: "html", html_data_type: "text",
我希望它对你有用。