Protocols

The following protocols are available globally.

  • Protocol defining common properties between UITextField and UILabel for setting text related attributes.

    See more

    Declaration

    Swift

    public protocol TextProperties: class
  • Adds convenience ReactiveCocoa MutablePropertys for commonly bound UIKit equivalents. Default implementations are given for objects conforming to TextProperties.

    See more

    Declaration

    Swift

    public protocol ReactiveTextProperties: class