Reactive
struct Reactive<Base>
-
Bindable sink for
titleproperty.Declaration
Swift
public var title: Binder<String> { get } -
Bindable sink for
isLoadingproperty.Declaration
Swift
public var isLoading: Binder<Bool> { get } -
Bindable sink for
stateproperty.Declaration
Swift
public var state: Binder<UIControl.State> { get }
-
Bindable sink for
titleproperty.Declaration
Swift
public var title: Binder<String> { get } -
Bindable sink for
detailproperty.Declaration
Swift
public var detail: Binder<String> { get }
-
Bindable sink for
leftButtonImageproperty.Declaration
Swift
public var leftButtonImage: Binder<UIImage?> { get } -
Bindable sink for
mainButtonTitleproperty.Declaration
Swift
public var title: Binder<String> { get } -
Bindable sink for
mainButtonIsLoadingproperty.Declaration
Swift
public var isLoading: Binder<Bool> { get } -
Bindable sink for
mainButtonStateproperty.Declaration
Swift
public var state: Binder<UIControl.State> { get }
-
Bindable sink for
numberOfPagesproperty.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
titleproperty.Declaration
Swift
public var title: Binder<String> { get } -
Bindable sink for
placeholderproperty.Declaration
Swift
public var placeholder: Binder<String> { get } -
Bindable sink for
textproperty.Declaration
Swift
public var text: Binder<String> { get } -
Bindable sink for
isSecureproperty.Declaration
Swift
public var isSecure: Binder<Bool> { get } -
Bindable sink for
isEditableproperty.Declaration
Swift
public var isEditable: Binder<Bool> { get }
-
Bindable sink for
titleproperty.Declaration
Swift
public var title: Binder<String> { get } -
Bindable sink for
buttonImageproperty.Declaration
Swift
public var buttonImage: Binder<UIImage?> { get } -
Bindable sink for
showButtonproperty.Declaration
Swift
public var showButton: Binder<Bool> { get }
View on GitHub
Reactive Extension Reference