ADKPullToRefreshContentView Class Reference
| Inherits from | UIView |
|---|---|
| Declared in | UIScrollView+ADKPullToRefreshView.h UIScrollView+ADKPullToRefreshView.m |
– startAnimating
Start animation for infinite scrolling. Will triggered when ADKPullToRefreshStateLoading.
- (void)startAnimatingDeclared In
UIScrollView+ADKPullToRefreshView.h
– stopAnimating
Stop animation for pull to refresh. Remeber to call this method when data is ready to stop animation.
- (void)stopAnimatingDeclared In
UIScrollView+ADKPullToRefreshView.h
– stopAnimatingAndScrollToTop
Stop animation for pull to refresh. Remeber to call this method when data is ready to stop animation.
- (void)stopAnimatingAndScrollToTopDeclared In
UIScrollView+ADKPullToRefreshView.h
originalTopInset
Top inset value of origin scroll view
@property (nonatomic, assign) CGFloat originalTopInsetDeclared In
UIScrollView+ADKPullToRefreshView.h
originalBottomInset
Bottom inset value of origin scroll view
@property (nonatomic, assign) CGFloat originalBottomInsetDeclared In
UIScrollView+ADKPullToRefreshView.h
state
Current state of pull to refresh
@property (nonatomic, readonly) ADKPullToRefreshState stateDeclared In
UIScrollView+ADKPullToRefreshView.h
autoFadeEffect
Enable automatic fade in and fade out effect if value is YES.
@property (nonatomic, assign) BOOL autoFadeEffectDeclared In
UIScrollView+ADKPullToRefreshView.h
detectDisplayStatusMode
Support display status change when you are using fake drag behavior. (For example: O2O new entry)
@property (nonatomic, assign) BOOL detectDisplayStatusModeDeclared In
UIScrollView+ADKPullToRefreshView.h