I have a view-based NSTableView
. I positioned the textField
and other elements in an NSTableCellView
in Interface Builder with autolayout. How can I get the height for the cell based on its autolayout parameters?
This answer is the closest I have found to what I am looking for, but it is written for iOS and the systemLayoutSizeFittingSize
method does not exist on NSView
.