Hi All,
http://icodeblog.com/2008/08/03/iphone-programming-tutorial-transitioning-between-views/
I tried to follow this tutorial and it worked. Great .
But I need a tab bar at the down as well. So for this application IB did not allow me pull a tab bar to it. So I tried doing the same thing using viewcontroller instead of tableview controller. I created a view controller based app instead of navigation based app. I did put a table view on top of the view. The tableview worked. but navigation does not work. The code self.navigationController gave nil. Thats why the pushViewController function does not get called.
Please advise me where I could have gone wrong. I have attached the whole code in this post also.
thanks in advance
CH
http://icodeblog.com/2008/08/03/iphone-programming-tutorial-transitioning-between-views/
I tried to follow this tutorial and it worked. Great .
But I need a tab bar at the down as well. So for this application IB did not allow me pull a tab bar to it. So I tried doing the same thing using viewcontroller instead of tableview controller. I created a view controller based app instead of navigation based app. I did put a table view on top of the view. The tableview worked. but navigation does not work. The code self.navigationController gave nil. Thats why the pushViewController function does not get called.
Please advise me where I could have gone wrong. I have attached the whole code in this post also.
thanks in advance
CH