Hi,
A small code snipet to hide TabBarController tabbar for a specific Page(s)
Narek
A small code snipet to hide TabBarController tabbar for a specific Page(s)
B4X:
Dim no As NativeObject=Page1
no.SetField("hidesBottomBarWhenPushed",True)
Narek