frameDidChangeNotification
A notification that posts when the view’s frame rectangle changes to a new value.
Declaration
class let frameDidChangeNotification: NSNotification.NameDiscussion
This notification posts only when the view’s postsFrameChangedNotifications property is true.
The notification object is the NSView object whose frame rectangle has changed. This notification does not contain a userInfo dictionary.
The following methods can result in notification posting: