Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 286 Bytes

BlurView.md

File metadata and controls

17 lines (11 loc) · 286 Bytes

BlurView

@available(iOS 10.0, *) public class BlurView: UIVisualEffectView

Inheritance

UIVisualEffectView

Initializers

init(style:closure:)

public init(style blur: UIBlurEffect.Style = UIBlurEffect.Style.regular, closure: () -> UIView)