Contents

didEndLiveScrollNotification

Posted on the main thread at the end of live scroll tracking.

Declaration

class let didEndLiveScrollNotification: NSNotification.Name

Discussion

The notification object is the scroll view performing the scroll.

To observe this notification using Swift concurrency, use NSScrollView.DidEndLiveScrollMessage.

See Also

Notifications