Contents

splitViewWillResizeSubviews(_:)

Notifies the delegate when the split view is about to resize its subviews.

Declaration

@MainActor optional func splitViewWillResizeSubviews(_ notification: Notification)

Parameters

Discussion

If the delegate implements this method, the system automatically registers it to receive this notification.

The default notification center invokes this method before the split view resizes two of its subviews in response to the repositioning of a divider.

See Also

Managing Subviews