---
title: didEndLiveMagnifyNotification
framework: appkit
role: symbol
role_heading: Type Property
path: appkit/nsscrollview/didendlivemagnifynotification
---

# didEndLiveMagnifyNotification

Posted at the end of a magnify gesture.

## Declaration

```swift
class let didEndLiveMagnifyNotification: NSNotification.Name
```

## Discussion

Discussion The notification object is the scroll view performing the magnification. This notification indicates that the magnification property is being changed due to user action. This may be due to the user performing a pinch gesture or a smart zoom gesture. When animating the magnification value yourself via the object’s animator, this notification is not sent. To observe this notification using Swift concurrency, use NSScrollView.DidEndLiveMagnifyMessage.

## See Also

### Notifications

- [willStartLiveMagnifyNotification](appkit/nsscrollview/willstartlivemagnifynotification.md)
- [willStartLiveScrollNotification](appkit/nsscrollview/willstartlivescrollnotification.md)
- [didLiveScrollNotification](appkit/nsscrollview/didlivescrollnotification.md)
- [didEndLiveScrollNotification](appkit/nsscrollview/didendlivescrollnotification.md)
