UIModalPresentationStyle.automatic
The default presentation style chosen by the system.
Declaration
case automaticDiscussion
For most view controllers, UIKit maps this style to:
UIModalPresentationStyle.formSheet in iOS 18 and later
UIModalPresentationStyle.pageSheet in versions of iOS earlier than iOS 18
Some system view controllers may map it to a different style.
See Also
Presentations
UIModalPresentationStyle.noneUIModalPresentationStyle.fullScreenUIModalPresentationStyle.pageSheetUIModalPresentationStyle.formSheetUIModalPresentationStyle.currentContextUIModalPresentationStyle.customUIModalPresentationStyle.overFullScreenUIModalPresentationStyle.overCurrentContextUIModalPresentationStyle.popoverUIModalPresentationStyle.blurOverFullScreen