iOSView.Toolbar
From Xojo Documentation
Property (As iOSToolbar )
aiOSView.Toolbar = newiOSToolbarValue
or
iOSToolbarValue = aiOSView.Toolbar
Supported on Mobile (iOS).
or
iOSToolbarValue = aiOSView.Toolbar
Supported on Mobile (iOS).
The toolbar that is displayed in the View, typically at the bottom.
Sample Code
Add a button to the Toolbar:
Toolbar.Add(iOSToolButton.NewSystemItem(iOSToolButton.Types.SystemAdd))