I'm using a storyboard to place my table and set constraints, but I want all of the columns to be defined via code. I have a set of like 15 columns that I always add to 6 or 7 tables, so it's much easier to just do that from code.
I can add all the NSTableColumn without issue, but I can't figure out how to handle the tableView(:viewForTableColumn:row:)
method as there's no configured cell for the makeViewWithdentifier(:owner:)
call.