ThemeableLabel

open class ThemeableLabel : UILabel, ThemeEngineDelegate

A basic themeable UILabel

  • Sets the desired theme

    Declaration

    Swift

    public func set(theme: Theme)

    Parameters

    theme

    The theme to set

  • Undocumented

    Declaration

    Swift

    public init()
  • Undocumented

    Declaration

    Swift

    public override init(frame: CGRect)
  • Undocumented

    Declaration

    Swift

    required public init?(coder aDecoder: NSCoder)
  • Declaration

    Swift

    public func themeChanged(theme: Theme)
  • Declaration

    Swift

    public func themeReady(theme: Theme)