iOS Question B4XPages + B4XDrawer - Title Hide-show

f0raster0

Well-Known Member
Licensed User
Longtime User
Hi team,

we are looking for options to hide title (and title's bar) in the first page (only) in this example:

for Android, we got it working

thanks in advance
 

f0raster0

Well-Known Member
Licensed User
Longtime User
No, because in other pages they only activate it again
B4X:
Private Sub B4XPage_Appear
  #If B4i
    Main.NavControl.NavigationBarVisible = True
  #End If
End Sub
thanks very much!!
now, will continue to find a solution for Android
 
Upvote 0
Top