PresentationMode

public enum PresentationMode : String

An enum defining the presentation modes for a SwiftUI sheet presentation.

  • A View presented as a sheet.

    Declaration

    Swift

    case sheet
  • A View presented fullscreen over the current content.

    Declaration

    Swift

    case fullscreen