-
Reactive wrapper for
RxPullToRefresh.isEnabledproperty.Declaration
Swift
public var isEnabled: ControlProperty<Bool> { get } -
Reactive wrapper for
RxPullToRefresh.canLoadMoreproperty.Declaration
Swift
public var canLoadMore: ControlProperty<Bool> { get } -
Reactive wrapper for
RxPullToRefresh.isVisibleproperty.Declaration
Swift
public var isVisible: Driver<Bool> { get }
-
Reactive wrapper for
RxPullToRefreshDelegate.actionmethod.Declaration
Swift
public var action: ControlEvent<(state: RxPullToRefreshState, progress: CGFloat, scroll: CGFloat)> { get }
-
Reactive wrapper for
RxPullToRefreshView.canLoadMoreproperty.Declaration
Swift
public var canLoadMore: Driver<Bool> { get }
View on GitHub
Reactive Extension Reference