Handle a More Navigation Controller in an Interface Builder based TabBar Application
Posted
by Thomas Joulin
on Stack Overflow
See other posts from Stack Overflow
or by Thomas Joulin
Published on 2010-05-10T08:43:42Z
Indexed on
2010/05/10
9:44 UTC
Read the original article
Hit count: 434
Hi,
I'm still not clear on how and when to use interface builder. I have a tabbar-based application, in which I added 6 navigations controllers. Instead of having 6 tabs, I would like 3 plus a "More" tab which allows the user to configure the tabs he wants.
Is there any way to do that with IB ? And if not, how can I move from IB to a code-based tabbar (provided I already set up a class TabBarController which handles shouldAutoRotate:)
Thanks in advance !
© Stack Overflow or respective owner