iOSToolbar.Add
From Xojo Documentation
Method
Adds the button to the end of the toolbar.
Sample Code
Add the SystemAdd button to the right Navigation Bar:
RightNavigationToolbar.Add(iOSToolButton.NewSystemItem(iOSToolButton.Types.SystemAdd))