MaskBackgroundView
public class MaskBackgroundView : UIControl
Undocumented
-
蒙版样式
Declaration
Swift
public var style: MaskPopupViewBackgroundStyle { get set } -
蒙版样式为毛玻璃时,毛玻璃样式
Declaration
Swift
public var blurEffectStyle: UIBlurEffect.Style { get set } -
蒙版颜色
Declaration
Swift
public var color: UIColor { get set } -
Undocumented
Declaration
Swift
public override init(frame: CGRect) -
Undocumented
Declaration
Swift
public override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? -
Undocumented
Declaration
Swift
public override func layoutSubviews()
View on GitHub
MaskBackgroundView Class Reference