Dynamic row height for NSTableView in Swift/Cocoa
问题 EDIT: The question was not answered by the linked reply. I'm still stuck on this... I've got a table that I use for chat messages. Each message is a variably-sized box including some text. I want the row height in my table to dynamically change depending on the size of the message box. If I tick 'automatic' for size style in IB, it makes all of the rows have tiny heights. It looks like iOS have UITableViewAutomaticDimension which automatically scales the table, but I can't find anything like