开发者

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

开发者 https://www.devze.com 2023-02-27 18:09 出处:网络
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开发者_StackOverf

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

精彩评论

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