How to get self-calibration cells in OS X

How do I get the cells to self-calibrate in the NSTableView

same way as iOS 8 UITableView

rowHeight = UITableViewAutomaticDimension;

and set the cell to auto-layout?

I tried rowHeight = NSTableViewAutomaticDimension;

it but it doesn't exist. Is there such a thing? I only need to support OS X 10.10 and up.

+3


source to share





All Articles