Contents

didLiveScrollNotification

Posted on the main thread after changing the clipview bounds origin due to a user-initiated event.

Declaration

class let didLiveScrollNotification: NSNotification.Name

Discussion

Some user-initiated scrolls (for example, scrolling using legacy mice) are not bracketed by a “willStart/didEnd” notification pair.

The notification object is the scroll view performing the scroll.

See Also

Notifications