---
title: "viewBoundsChanged(_:)"
framework: appkit
role: symbol
role_heading: Instance Method
path: "appkit/nsclipview/viewboundschanged(_:)"
---

# viewBoundsChanged(_:)

Handles an boundsDidChangeNotification, passed in the aNotification argument, by updating a containing NSScrollView based on the new bounds.

## Declaration

```swift
func viewBoundsChanged(_ notification: Notification)
```

## See Also

### Overriding NSView Methods

- [viewFrameChanged(_:)](appkit/nsclipview/viewframechanged(_:).md)
