IGListCollectionScrollingTraits
Objective-C
struct IGListCollectionScrollingTraits {}
                Swift
struct IGListCollectionScrollingTraits
                The current scrolling traits of the underlying collection view. The attributes are always equal to their corresponding properties on the underlying collection view.
- 
                  
                  
returns YES if user has touched. may not yet have started dragging.
Declaration
Objective-C
_Bool isTrackingSwift
var isTracking: Bool - 
                  
                  
returns YES if user has started scrolling. this may require some time and or distance to move to initiate dragging
Declaration
Objective-C
_Bool isDraggingSwift
var isDragging: Bool - 
                  
                  
returns YES if user isn’t dragging (touch up) but scroll view is still moving.
Declaration
Objective-C
_Bool isDeceleratingSwift
var isDecelerating: Bool 
View on GitHub