Does anyone know how to hide the tab bar up top on a flex tabnavigator component? I don't want to see the tab bar at all and I don't need to click on it (I have an automated iterator through the tabs).

I have tried .removeChildren, hideElementAt() with no success. Thanks for any input!

Regards,

Joseph

link|improve this question
feedback

1 Answer

I'd recommend using a ViewStack container instead. It's basically a tab navigator without the tabs.

link|improve this answer
Thanks a lot. That did it! – Joseph Yeh Jul 7 '10 at 23:28
Great, glad I could help! Please mark my answer and feel free to upvote it so it applies to my reputation, thanks. ;) – Wade Mueller Jul 8 '10 at 1:11
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.