PresentationMode
public enum PresentationMode : String
An enum defining the presentation modes for a SwiftUI sheet presentation.
-
A
Viewpresented as a sheet.Declaration
Swift
case sheet -
A
Viewpresented fullscreen over the current content.Declaration
Swift
case fullscreen
View on GitHub