Contents

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.

See Also

Managing the scrolling state