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