Hide TabBarController TabBar for specific Page(s)

Hi,

A small code snipet to hide TabBarController tabbar for a specific Page(s)

B4X:
  Dim no As NativeObject=Page1
  no.SetField("hidesBottomBarWhenPushed",True)

Narek
 
Top