FxDisclosureButton

public class FxDisclosureButton: UIButton

Undocumented

  • Undocumented

    Declaration

    Swift

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

    Declaration

    Swift

    override public func layoutSubviews()
  • 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?