InfiniteScrollDirection
enum InfiniteScrollDirection {}
Enum that describes the infinite scroll direction.
-
Trigger infinite scroll when the scroll view reaches the bottom. This is the default. It is also the only supported direction for table views.
Declaration
Objective-C
InfiniteScrollDirectionVertical
Swift
case vertical = 0
-
Trigger infinite scroll when the scroll view reaches the right edge. This should be used for horizontally scrolling collection views.
Declaration
Objective-C
InfiniteScrollDirectionHorizontal
Swift
case horizontal = 1