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)startAnimating
Declared In
UIScrollView+ADKInfiniteScrollingView.h
– stopAnimating
Stop animation for infinite scrolling. Remeber to call this method when data is ready to stop animation.
- (void)stopAnimating
Declared In
UIScrollView+ADKInfiniteScrollingView.h
state
Current state of infinite Scrolling
@property (nonatomic, readonly) ADKInfiniteScrollingState state
Declared In
UIScrollView+ADKInfiniteScrollingView.h
autoFadeEffect
Enable automatic fade in and fade out effect if value is YES.
@property (nonatomic, assign) BOOL autoFadeEffect
Declared In
UIScrollView+ADKInfiniteScrollingView.h