PDA

View Full Version : [CLOSED] Tabs



Z
Sep 28, 2017, 2:40 AM
Support,

In this example (http://mvc.mobile.ext.net/#demo/tabs), we control moving between tabs by touching Tab1, Tab2, Tab3.

I want to hide the entire top bar with Tab1, Tab2, Tab3 and i will control it programmatically.

How can i hide this bar?

Thanks,
/Z

fabricio.murta
Sep 28, 2017, 5:33 PM
Hello @Z!

Go ahead and set the TabBar's hidden mode to true.



.TabBarConfig(X.TabBar().Hidden(true))


Hope this helps!

Z
Sep 29, 2017, 5:00 AM
that worked!
thanks
/Z

fabricio.murta
Sep 29, 2017, 6:47 PM
Hello @Z!

Glad it was of help! Thanks for the feedback!