isDragging
A Boolean value that indicates whether the user has begun scrolling the content.
Declaration
var isDragging: Bool { get }Discussion
The value held by this property might require some time or distance of scrolling before it returns true.
A Boolean value that indicates whether the user has begun scrolling the content.
var isDragging: Bool { get }The value held by this property might require some time or distance of scrolling before it returns true.