ModalPresentation
How a modal page is structured and presented on screen.
- Kind: Enum
- Namespace: SkeleKit
- Implements:
IComparable,IConvertible,IFormattable,ISpanFormattable
Values
| Name | Summary |
|---|---|
Automatic | Let the system choose the best presentation style dynamically. |
CurrentContext | Presents inside the current view controller bounds instead of the full screen. |
FormSheet | A centered card layout on iPad/desktop, and a full sheet on iPhone. |
FullScreen | Covers the entire screen and unloads background views. |
OverCurrentContext | Presents inside the parent view controller context while keeping its background visible. |
OverFullScreen | Covers the whole screen but keeps the background loaded for transparency. |
PageSheet | Fills the screen height but restricts width on large screens. |
Popover | A contextual floating bubble modal on large displays. |