How to do collapse and expand view in mac application?
I am new to mac application development, here i want to do expand and collapse view in my custom view(NSView) here the sample image How can i achieve these kind of collapse and expand cell in NSViewController not in NSWindow... Is it possible using NSTableView? I know its a simple question but i facing problem. Please suggest me some sample code or links.. Thanks Collapsing / expanding can be implemented by adjusting auto layout constraints in the action method of the disclosure triangle button. @property (nonatomic, weak) IBOutlet NSLayoutConstraint *moreInfoBoxHeight; [[self