LineView

@objcMembers
@objc(PESDKLineView)
open class LineView : UIView

A LineView 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 }