-
Reactive wrapper for
RxPullToRefresh.isEnabled
property.Declaration
Swift
public var isEnabled: ControlProperty<Bool> { get }
-
Reactive wrapper for
RxPullToRefresh.canLoadMore
property.Declaration
Swift
public var canLoadMore: ControlProperty<Bool> { get }
-
Reactive wrapper for
RxPullToRefresh.isVisible
property.Declaration
Swift
public var isVisible: Driver<Bool> { get }
-
Reactive wrapper for
RxPullToRefreshDelegate.action
method.Declaration
Swift
public var action: ControlEvent<(state: RxPullToRefreshState, progress: CGFloat, scroll: CGFloat)> { get }
-
Reactive wrapper for
RxPullToRefreshView.canLoadMore
property.Declaration
Swift
public var canLoadMore: Driver<Bool> { get }