UINavigationControllers inside UITabBarControllers

The UITabBarController interface has a very unfortunate behaviour. When assigning to one the tabs UINavigationControllers, or better objects of classes subclassed from UINavigationControllers everything works well until the navigation controllers are added via the "more..." tab. In this case it seems to be that the UINavigationControllers are stripped and only the managed controller(s) are pushed on the UIMoreNavigationController's stack.

This is a very bad situation as in this case the methods of subclassed UINavigationControllers get lost. What can be done?


Regards,

Hartwig

Replies

Seen this doc?

'Combined View Controller Interfaces / Adding a Navigation Controller to a Tab Bar Interface'