ADKInfiniteScrollingState Constants Reference
| Declared in | UIScrollView+ADKInfiniteScrollingView.h |
|---|
ADKInfiniteScrollingState
Definition
typedef NS_ENUM(NSUInteger, ADKInfiniteScrollingState ) {
ADKInfiniteScrollingStateStopped = 1,
ADKInfiniteScrollingStateDragging,
ADKInfiniteScrollingStateTriggered,
ADKInfiniteScrollingStateLoading,
};
Constants
ADKInfiniteScrollingStateStopped-
Declared In
UIScrollView+ADKInfiniteScrollingView.h. ADKInfiniteScrollingStateDragging-
Declared In
UIScrollView+ADKInfiniteScrollingView.h. ADKInfiniteScrollingStateTriggered-
Declared In
UIScrollView+ADKInfiniteScrollingView.h. ADKInfiniteScrollingStateLoading-
Declared In
UIScrollView+ADKInfiniteScrollingView.h.