iOSMessageBox

From Xojo Documentation

Class (inherits from Object)

New in 2016r2

Used to asynchronously display alerts.

Events
ButtonAction
Properties
Message Title
Methods
Buttons Show

Notes

Since iOSMessageBox is asynchronous, any code after the Show method is executed after the message box is displayed. Use the ButtonAction event handler to get the results of a button selection and to run code based on the selection. Here are Apple's UI guidelines for the text and buttons in a MessageBox:

iOS Human Interface Guidelines: Temporary Views

See Also