iOSView.RightNavigationToolbar

From Xojo Documentation

Property (As iOSToolbar )
aiOSView.RightNavigationToolbar = newiOSToolbarValue
or
iOSToolbarValue = aiOSView.RightNavigationToolbar

Supported on Mobile (iOS).

The toolbar to display at the right of the Navigation Bar. Only visible when NavigationBarVisible = True.

Sample Code

Add a button to the right Navigation Toolbar:

RightNavigationToolbar.Add(iOSToolButton.NewSystemItem(iOSToolButton.Types.SystemAdd))