UITabBarViewController不会像预期的那样显示

时间:2012-05-19 04:57:26

标签: iphone uitabbarcontroller

我的目标:单击View A中的按钮将带我进入视图1,这是一个包含View 2和View 3的UITabBarViewController。

我在做的是:

-(void) goToView1 {
    View1 *controller = [[View1 alloc] initWithNibName:@"View1"bundle:nil];
    [self.navigationController pushViewController:controller animated:YES];
}

并且所有xib文件都在下图中描述 enter image description here

然而,在运行应用程序后,我得到的是

enter image description here

有人可以就此问题向我提出建议吗?

欢迎所有评论。

1 个答案:

答案 0 :(得分:2)

您已经使用了UITabBarViewController并尝试导航到视图。如果要导航到视图,请使用UINavigationController