ModalPresentation

How a modal page is structured and presented on screen.
public enum ModalPresentation

Values

NameSummary
AutomaticLet the system choose the best presentation style dynamically.
CurrentContextPresents inside the current view controller bounds instead of the full screen.
FormSheetA centered card layout on iPad/desktop, and a full sheet on iPhone.
FullScreenCovers the entire screen and unloads background views.
OverCurrentContextPresents inside the parent view controller context while keeping its background visible.
OverFullScreenCovers the whole screen but keeps the background loaded for transparency.
PageSheetFills the screen height but restricts width on large screens.
PopoverA contextual floating bubble modal on large displays.