I have a view based NSTableView . I positioned textField and other elements in NSTableCellView in Interface Builder with autostart. How to get height for a cell based on its autodetection parameters?
This answer is the closest I found to what I'm looking for, but it is written for iOS, and the systemLayoutSizeFittingSize method systemLayoutSizeFittingSize not exist on NSView .
autolayout nsautolayout nstableview macos nstablecellview
titaniumdecoy
source share