Combine TabBar and Navigation Bar how to pushViewController?
Posted
by william-hu
on Stack Overflow
See other posts from Stack Overflow
or by william-hu
Published on 2010-03-19T06:36:25Z
Indexed on
2010/03/19
6:41 UTC
Read the original article
Hit count: 363
iphone-sdk
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: ?
© Stack Overflow or respective owner