how to go one view to another view?
I create one Application for Language Display. Now, I need to display the Another Page when I tapped on first button then go to Another Page. If I tapped on Second Button, It will back on first Page.
How to code it?
Th开发者_高级运维anks in Advance...
Rahul Rana
In the first page, instantiate a UINavigationController, and when the AnotherPage is tapped, push the second page onto the NavigationController stack.
精彩评论