View-based NSTableView vs NSCollectionView?
问题 I've understood the fly-weight approach of cell-based NSTableView and I think I understand the differences with NSCollectionView. Differences between (cell-based) NSTableView and NSCollectionView However, a bit less obvious is the differences between view-based NSTableView and NSCollectionView. With NSCollectionView's flexibility in displaying its items (i.e. in a grid layout) which could emulate a tableView's list (a grid with maximum one column) and excluding personnal preferences, why