---
title: didResizeSubviewsNotification
framework: appkit
role: symbol
role_heading: Type Property
path: appkit/nssplitview/didresizesubviewsnotification
---

# didResizeSubviewsNotification

A notification that posts after a change to the size of some or all subviews of a split view.

## Declaration

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

## Discussion

Discussion The notification object consists of the NSSplitView that has resized its subviews. The userInfo dictionary includes the NSSplitViewDividerIndex key that contains the index of the divider that the split view or the user moves. If the system sends the notification because the user drags a divider, the dictionary also includes the NSSplitViewUserResizeKey key with a value of 1. To observe this notification using Swift concurrency, use NSSplitView.DidResizeSubviewsMessage.

## See Also

### Managing Notifications

- [willResizeSubviewsNotification](appkit/nssplitview/willresizesubviewsnotification.md)
