Enumeration SafariViewControllerPresentationStyle

Presentation styles for when using SFSafariViewController on iOS. For the full description of what each option does, please see https://developer.apple.com/documentation/uikit/uimodalpresentationstyle for more details

Enumeration Members

automatic: -2
currentContext: 3
custom: 4
formSheet: 2
fullScreen: 0
none: -1
overCurrentContext: 6
overFullScreen: 5
pageSheet: 1
popover: 7

Generated using TypeDoc