BackgroundViewConfig

public enum BackgroundViewConfig : Sendable

Configuration for a view to show behind the status bar, etc.

  • Don’t add a background view.

    Declaration

    Swift

    case none
  • Add a blurred background view.

    Declaration

    Swift

    case blur(UIBlurEffect.Style)
  • Undocumented

    Declaration

    Swift

    case solid(UIColor)