Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 371 Bytes

VibrancyView.md

File metadata and controls

17 lines (11 loc) · 371 Bytes

VibrancyView

@available(iOS 13.0, *) public class VibrancyView: UIVisualEffectView

Inheritance

UIVisualEffectView

Initializers

init(blurStyle:vibrancyStyle:closure:)

public init(blurStyle blur: UIBlurEffect.Style = UIBlurEffect.Style.regular, vibrancyStyle vibrancy: UIVibrancyEffectStyle = .fill, closure: () -> UIView)