uinavigationcontroller - Problem in using tab bar controller with navigation controller -
I am working on a navigation based application. I am using the Navigation Controller for this purpose, I want to use the tab bar on one screen and I can not find any way to do this. As far as I've read, it is not possible to add a tab bar controller when you are using the Navigation Controller. Is it true? One solution was to manually add a tab bar on the screen and write its representative class, but in this solution, I would lose the "more" button functionality because it is handled by the tab bar controller, is anyone solving my problem ? Please help!!!
You can add UINavigationController
to each UITabBarController
There are no other methods on the view of the tab.
According to Apple's documentation, you can not press UITavBarController
on the top of the UINavigationController
. I'm not sure whether this is a technical limit or if you submit, they will reject your application. Either way you should not try to do this.
Comments
Post a Comment