MarkerView

@objcMembers
@objc(PESDKMarkerView)
open class MarkerView : UIView

A MarkerView is a subclass of UIView, which allows to restrict appearance proxy calls to a subset of all views that are instances of this class.

  • This property wraps layer.shadowColor and supports being set via a UIAppearance proxy.

    Declaration

    Swift

    open dynamic var shadowColor: UIColor? { get set }
  • This property wraps layer.borderColor and supports being set via a UIAppearance proxy.

    Declaration

    Swift

    open dynamic var borderColor: UIColor? { get set }