BackgroundStyle

public enum BackgroundStyle : Sendable

Undocumented

  • Blur the background with the given style. Intensity is used on iOS 10+ to adjust the blur. Scale is 0…1.

    Declaration

    Swift

    case blur(style: UIBlurEffect.Style, intensity: CGFloat)