MobileScreen.ModalPresentationStyles

From Xojo Documentation

Enumeration
MobileScreen.ModalPresentationStyles

The various ways in which a modal screen can be displayed.

Values

Enum Description
Automatic Default style chosen by the system.
CurrentContext Appears entirely in front of the current screen.
Custom Can be used with declares or plugins for custom animators.
FormSheet Appears in front of, but not entirely obscuring, the current screen.
FullScreen Appears entirely in front of the current screen.
OverCurrentContext Appears entirely in front of the current screen.
OverFullScreen Appears entirely in front of the current screen.
PageSheet Appears in front of, but not entirely obscuring, the current screen.
Popover Appears in a Popover view (for iPad).

See Also

Apple Documentation on Modal Presentation Styles