Reactive

struct Reactive<Base>
  • Bindable sink for title property.

    Declaration

    Swift

    public var title: Binder<String> { get }
  • Bindable sink for isLoading property.

    Declaration

    Swift

    public var isLoading: Binder<Bool> { get }
  • Bindable sink for state property.

    Declaration

    Swift

    public var state: Binder<UIControl.State> { get }
  • Bindable sink for title property.

    Declaration

    Swift

    public var title: Binder<String> { get }
  • Bindable sink for detail property.

    Declaration

    Swift

    public var detail: Binder<String> { get }
  • Bindable sink for leftButtonImage property.

    Declaration

    Swift

    public var leftButtonImage: Binder<UIImage?> { get }
  • Bindable sink for mainButtonTitle property.

    Declaration

    Swift

    public var title: Binder<String> { get }
  • Bindable sink for mainButtonIsLoading property.

    Declaration

    Swift

    public var isLoading: Binder<Bool> { get }
  • Bindable sink for mainButtonState property.

    Declaration

    Swift

    public var state: Binder<UIControl.State> { get }
  • Bindable sink for numberOfPages property.

    Declaration

    Swift

    public var numberOfPages: Binder<Int> { get }
  • Bindable sink for set(page: Int, animated: Bool) method.

    Declaration

    Swift

    public var currentPage: Binder<Int> { get }
  • Bindable sink for title property.

    Declaration

    Swift

    public var title: Binder<String> { get }
  • Bindable sink for placeholder property.

    Declaration

    Swift

    public var placeholder: Binder<String> { get }
  • Bindable sink for text property.

    Declaration

    Swift

    public var text: Binder<String> { get }
  • Bindable sink for isSecure property.

    Declaration

    Swift

    public var isSecure: Binder<Bool> { get }
  • Bindable sink for isEditable property.

    Declaration

    Swift

    public var isEditable: Binder<Bool> { get }
  • Bindable sink for title property.

    Declaration

    Swift

    public var title: Binder<String> { get }
  • Bindable sink for buttonImage property.

    Declaration

    Swift

    public var buttonImage: Binder<UIImage?> { get }
  • Bindable sink for showButton property.

    Declaration

    Swift

    public var showButton: Binder<Bool> { get }