splitViewDidResizeSubviews(_:)
Notifies the delegate when the split view resizes its subviews.
Declaration
@MainActor optional func splitViewDidResizeSubviews(_ notification: Notification)Parameters
- notification:
A notification named Didresizesubviewsnotification, which posts after a change to the size of some or all subviews of a split view.
Discussion
If the delegate implements this method, the system automatically registers it to receive this notification.
The default notification center invokes this method after the split view resizes two of its subviews in response to the repositioning of a divider.