Skip to content

NSTableView

Ken Harris edited this page May 29, 2020 · 2 revisions

Brent Simmons says he doesn't allow autolayout in table cell views. I'm not religious about it, but I do recognize that autolayout is not always the fastest method, and table cells need to be fast. This depends on many factors, like if your table will only ever have 5-10 items, or if it may contain a million items. Autolayout buys you a bunch of functionality by default, like RTL support, which may or may not be important to you.

Clone this wiki locally