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
InfiniteScrollDirectionVerticalSwift
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
InfiniteScrollDirectionHorizontalSwift
case horizontal = 1
View on GitHub
InfiniteScrollDirection Enumeration Reference