I understood the NSTableView cell-based Fly-weight approach, and I think I understand the differences with NSCollectionView. Differences between (cell-based) NSTableView and NSCollectionView
However, less obvious is the difference between an NSTableView and an NSCollectionView based on the view .
Due to the flexibility of NSCollectionView when displaying its elements (i.e. in a grid layout) that can emulate a tableView list (a grid with a maximum of one column) and excluding personalized preferences, why does someone choose (based on View) an NSTableView over an NSCollectionView?
user1040049
source share