UITextView

Implements the FxBindableValue protocol for UITextViews, allowing them to be bound to FxFields.

  • Binds the field value to the view using Rx.

    Declaration

    Swift

    public func bindFieldToView<E>(_ field: FxField<E>) -> Disposable?
  • Undocumented

    Declaration

    Swift

    public func bindViewToField<E>(_ field: FxField<E>) -> Disposable?