iOS Question B4XPages suppress back button (top bar) in iOS

gregchao

Member
Licensed User
Longtime User
In the post below for Android, it was explained that you could suppress the back button on the top bar by using the command:

B4X:
   B4XPages.GetManager.ShowUpIndicator = False

I would like to do the same thing in iOS. The command does not exist. How do I accomplish this?



 
Top