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)startAnimating
Declared In
UIScrollView+ADKPullToRefreshView.h
– stopAnimating
Stop animation for pull to refresh. Remeber to call this method when data is ready to stop animation.
- (void)stopAnimating
Declared In
UIScrollView+ADKPullToRefreshView.h
– stopAnimatingAndScrollToTop
Stop animation for pull to refresh. Remeber to call this method when data is ready to stop animation.
- (void)stopAnimatingAndScrollToTop
Declared In
UIScrollView+ADKPullToRefreshView.h
originalTopInset
Top inset value of origin scroll view
@property (nonatomic, assign) CGFloat originalTopInset
Declared In
UIScrollView+ADKPullToRefreshView.h
originalBottomInset
Bottom inset value of origin scroll view
@property (nonatomic, assign) CGFloat originalBottomInset
Declared In
UIScrollView+ADKPullToRefreshView.h
state
Current state of pull to refresh
@property (nonatomic, readonly) ADKPullToRefreshState state
Declared In
UIScrollView+ADKPullToRefreshView.h
autoFadeEffect
Enable automatic fade in and fade out effect if value is YES.
@property (nonatomic, assign) BOOL autoFadeEffect
Declared 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 detectDisplayStatusMode
Declared In
UIScrollView+ADKPullToRefreshView.h