Label

@objc
public protocol Label

Label protocol

  • 라벨 표출

    Declaration

    Swift

    @objc
    func show()
  • 라벨 숨김

    Declaration

    Swift

    @objc
    func hide()
  • 라벨 스타일 변경

    Declaration

    Swift

    @objc
    func changeStyle(styleID: String, enableTransition: Bool)
  • 라벨이 속한 레이어 ID

    Declaration

    Swift

    @objc
    var layerID: String { get }
  • 라벨 ID

    Declaration

    Swift

    @objc
    var itemID: String { get }
  • 라벨 표출여부

    Declaration

    Swift

    @objc
    var isShow: Bool { get }
  • 사용자 객체

    Declaration

    Swift

    @objc
    var userObject: AnyObject? { get set }