UIModalPresentationStyle.overFullScreen
A view presentation style in which the presented view covers the screen.
Declaration
case overFullScreenDiscussion
The views beneath the presented content are not removed from the view hierarchy when the presentation finishes. So if the presented view controller does not fill the screen with opaque content, the underlying content shows through.
See Also
Presentations
UIModalPresentationStyle.automaticUIModalPresentationStyle.noneUIModalPresentationStyle.fullScreenUIModalPresentationStyle.pageSheetUIModalPresentationStyle.formSheetUIModalPresentationStyle.currentContextUIModalPresentationStyle.customUIModalPresentationStyle.overCurrentContextUIModalPresentationStyle.popoverUIModalPresentationStyle.blurOverFullScreen