WWDC 2011 and OS X Lion introduced View-Based table view for building interfaces. However, can applications created with these new tools run on Tiger and Snow Leopard? Or would we have to resort back to cell-based table views?
WWDC 2011 and OS X Lion introduced View-Based table view for building interfaces. However,
Share
No. The class
NSTableRowViewis available only in Lion or better. You’d have to use a cell-based table for backwards compatibility.Table View Programming Guide