CropMaskView

@objcMembers
@objc(PESDKCropMaskView)
open class CropMaskView : UIView

A CropMaskView is a view that blurs the content behind it.

  • The underlying UIVisualEffectView.

    Declaration

    Swift

    public let effectView: UIVisualEffectView
  • The UIVisualEffect that will be applied to the effectView. This property supports being set via a UIAppearance proxy.

    Declaration

    Swift

    public dynamic var effect: UIVisualEffect? { get set }