View

@objc(PESDKView) open class View: UIView

A view that extends the default UIView by passthrough views.

  • An array of views that the user can interact with while the view is above.

    Declaration

    Swift

    open var passthroughViews = [UIView]()