is i need to create UINavigationController for each Tabbar?
Posted
by RAGOpoR
on Stack Overflow
See other posts from Stack Overflow
or by RAGOpoR
Published on 2010-04-05T09:45:43Z
Indexed on
2010/04/05
9:53 UTC
Read the original article
Hit count: 261
i have a problem is i got UItabbarController it contain 3 Tabbars each tabbar need to create own UINavigationController for them?
in IB it can only link UINavigationController to 1 navigationcontroller of tabbar only. it can't multiple link.
how can i resolve for it. i want to hide and unhide my toolbar. i think it it a bad idea if i must create 3 uinavigationcontroller instance variable for each tabbar.
how can i reslove this issue?
© Stack Overflow or respective owner