UILabel

extension Reactive where Base: UILabel

The reactive extension can be accessed through the reactive instance property and the reactive static property.

  • Sets the text of the label.

    Declaration

    Swift

    public var text: BindingTarget<String?>
  • Sets the attributed text of the label.

    Declaration

    Swift

    public var attributedText: BindingTarget<NSAttributedString?>
  • Sets the color of the text of the label.

    Declaration

    Swift

    public var textColor: BindingTarget<UIColor>