UIModalPresentationStyle.none
A presentation style that indicates no adaptations should be made.
Declaration
case noneDiscussion
Do not use this style to present a view controller. Instead, return it from the adaptivePresentationStyle(for:) method of an adaptive delegate when you do not want a presentation controller to adapt the style of an already presented view controller.
See Also
Presentations
UIModalPresentationStyle.automaticUIModalPresentationStyle.fullScreenUIModalPresentationStyle.pageSheetUIModalPresentationStyle.formSheetUIModalPresentationStyle.currentContextUIModalPresentationStyle.customUIModalPresentationStyle.overFullScreenUIModalPresentationStyle.overCurrentContextUIModalPresentationStyle.popoverUIModalPresentationStyle.blurOverFullScreen