ADKInfiniteScrollingContentView Class Reference
| Inherits from | UIView |
|---|---|
| Declared in | UIScrollView+ADKInfiniteScrollingView.h UIScrollView+ADKInfiniteScrollingView.m |
– startAnimating
Start animation for infinite scrolling. Will triggered when ADKInfiniteScrollingStateTriggered.
- (void)startAnimatingDeclared In
UIScrollView+ADKInfiniteScrollingView.h
– stopAnimating
Stop animation for infinite scrolling. Remeber to call this method when data is ready to stop animation.
- (void)stopAnimatingDeclared In
UIScrollView+ADKInfiniteScrollingView.h
state
Current state of infinite Scrolling
@property (nonatomic, readonly) ADKInfiniteScrollingState stateDeclared In
UIScrollView+ADKInfiniteScrollingView.h
autoFadeEffect
Enable automatic fade in and fade out effect if value is YES.
@property (nonatomic, assign) BOOL autoFadeEffectDeclared In
UIScrollView+ADKInfiniteScrollingView.h