UITabBarController's 'More' navigation controller disappears under UINavigationController

Posted by lennox_19 on Stack Overflow See other posts from Stack Overflow or by lennox_19
Published on 2010-06-16T04:36:51Z Indexed on 2010/06/16 4:52 UTC
Read the original article Hit count: 448

I am using a UITabBarController as well as a UINavigationController on my app.

In my UITabBarController I am using more than 5 items so I automatically get the 'More' item. I've managed to add a saving procedure so the order of those items will be kept in case somebody changes the order etc.

With 'More' active I get the More navigation controller with the 'Edit' item positioned under my UINavigationController. Both navigation controller are visible. When I click on 'Edit though the More navigation controller disappears and seem to be hiding under my UINavigationController and therefore I can't see/use the 'Done' function to save my new order

What did I miss?

Cheers

© Stack Overflow or respective owner

Related posts about iphone

Related posts about uinavigationcontroller