Quote:
Originally Posted by Thallius
looks like you have an additional status bar in your navigation controller.
How to you create your nav controller embedded in the tabbar ?
Regards
Claus
|
Hi,
Have no status bar in the navigation controller. Unspecified / Black - doesn´t matter...
The project is something like this:
MainWindow.XIB has a TabBar (Tab 1). This is TomViewCobtroller.
TomViewController has a Navigation Controller (Root View Controller NIB = CategoryViewController)
CategoryViewController is the TableView.
Almost no code:
...AppDelegate - didFinish... : [window addSubView:tabBarController.view];
TomViewController - didLoad : self.view = self.navigationController.view;
???
/R