Combine TabBar and Navigation Bar how to pushViewController?
- by william-hu
I drag a TabBar controller into "MainWindow.xib", then put a Navigation controller into TabBar controller, So one of my tab page is navigation page.
I set the root view of Navigation Controller (NavRootviewController.h / .m)
Give me one way to call -pushViewController: animated: ?