Contents

NSStackViewDelegate

A set of methods you use to respond to a stack view detaching and reattaching views.

Declaration

protocol NSStackViewDelegate : NSObjectProtocol

Overview

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.

Topics

Responding to View Detachment and Reattachment

See Also

Responding to Stack-Related Changes