Label

@objcMembers
@objc(PESDKLabel)
open class Label : UILabel

A Label is a subclass of UILabel, which allows to restrict appearance proxy calls to a subset of all labels that are instances of this class.

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

    Declaration

    Swift

    open dynamic var labelColor: UIColor { get set }