iOSMessageBox.Title

From Xojo Documentation

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

Supported on Mobile (iOS).

The title of the message box, which appears at the top.

Sample Code

Set the title:

MessageBox1.Title = "Warning"