iOSView.Title

From Xojo Documentation

Property (As Text )
aiOSView.Title = newTextValue
or
TextValue = aiOSView.Title

Supported on Mobile (iOS).

The title for the Navigation Bar. This only appears if NavigationBarVisible is True.

Sample Code

Change the title for the View:

Self.Title = "My View"