Contents

didFinishInteracting(with:)

Tells the delegate that a pan or scroll interaction with the scrubber has ended.

Declaration

@MainActor optional func didFinishInteracting(with scrubber: NSScrubber)

Parameters

  • scrubber:

    The scrubber the user was interacting with.

See Also

Tracking user interaction