iOSView.BackButtonTitle
From Xojo Documentation
Property (As Text )
aiOSView.BackButtonTitle = newTextValue
or
TextValue = aiOSView.BackButtonTitle
Supported on Mobile (iOS).
or
TextValue = aiOSView.BackButtonTitle
Supported on Mobile (iOS).
The back button that gets back to this View uses the text specified here.
Notes
This title does not appear on the back button for this View, but instead appears on the back button for any Views shown by this View (using PushTo). It is the title for the back button that goes back to this view.
Sample Code
Self.BackButtonTitle = "Customers"