isScrolling
Whether the scroll view is actively scrolling.
Declaration
var isScrolling: Bool { get }Discussion
This convenience is equivalent to phase != .idle.
Whether the scroll view is actively scrolling.
var isScrolling: Bool { get }This convenience is equivalent to phase != .idle.