iOSToolbar.Add

From Xojo Documentation

Method

iOSToolbar.Add(value As iOSToolButton)

Supported on Mobile(iOS).

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))