NSStackViewDelegate
A set of methods you use to respond to a stack view detaching and reattaching views.
Declaration
protocol NSStackViewDelegate : NSObjectProtocolOverview
Adopt this protocol in a custom object and use it to track the addition and removal of views from the stack view’s view hierarchy. For an explanation of detachment and reattachment of a stack view’s views, see NSStackView.