开发者

I want to create UITabBar controller + UINavigationBar. I have some problems

I created tabbar template app. I changed from UIViewController to UINavigationController in the MainWindow.xib. Then I added "next screen" button. When user taps on this button I wi开发者_StackOverflow社区ll push a new view controller. But how can I do this?

I want to create UITabBar controller + UINavigationBar. I have some problems


To push to next ViewController

[self.navigationController pushViewController:nameOfYourViewController animated:YES];

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜