Label

public final class Label : UILabel, AmytisViewType, ExtendableView

/////////////////////////////

  • //////////////////// extendable view protocol

    Declaration

    Swift

    public var params: [String : Any]
  • id

    Undocumented

    Declaration

    Swift

    public var id: String { get set }
  • Undocumented

    Declaration

    Swift

    public var frame2: Frame { get set }
  • Undocumented

    Declaration

    Swift

    public var parent: AmytisView { get set }
  • Undocumented

    Declaration

    Swift

    public var viewXML: XML { get set }
  • Undocumented

    Declaration

    Swift

    public func requiredInit()
  • Undocumented

    Declaration

    Swift

    @objc
    public func reRenderWithChild(_ xml: String)
  • Undocumented

    Declaration

    Swift

    @objc
    public func reRender(_ params: [String : Any])
  • Undocumented

    Declaration

    Swift

    @objc
    public func reCalculateFrame(_ animated: Bool)
  • Undocumented

    Declaration

    Swift

    @objc
    public func animateToFrame(_ string: String, _ time: Double = 0.5, _ completion: JSValue? = nil)
  • ////////////////////////////////////////////

    Declaration

    Swift

    public func text(_ string: String) -> Label
  • Undocumented

    Declaration

    Swift

    public func textColor(_ string: String) -> Label
  • Undocumented

    Declaration

    Swift

    public func font(_ string: String) -> Label
  • Undocumented

    Declaration

    Swift

    public func lines(_ int: Int) -> Label
  • Undocumented

    Declaration

    Swift

    public func config()
  • Undocumented

    Declaration

    Swift

    override dynamic public var text: String? { get set }