iOSView.NavigationBarVisible
From Xojo Documentation
Property (As Boolean )
aiOSView.NavigationBarVisible = newBooleanValue
or
BooleanValue = aiOSView.NavigationBarVisible
Supported on Mobile (iOS).
or
BooleanValue = aiOSView.NavigationBarVisible
Supported on Mobile (iOS).
Indicates whether the Navigation Bar is visible. The Navigation Bar must be visible in order to see the Title, LeftNavigationToolbar, RightNavigationToolbar or Back button.
Sample Code
Display the Navigation Bar: