Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
I believe you could also achieve this with a UICollectionView, in addition to the already mentioned UiTableView with divided UITableViewCells suggestion.
 
Your create a custom UITableViewCell with subviews for each of your columns and use a UITableView.

I believe you could also achieve this with a UICollectionView, in addition to the already mentioned UiTableView with divided UITableViewCells suggestion.

Thanks, guys. I find UITableViews to be peculiar because they look more like lists than a traditional data table.
 
Thanks, guys. I find UITableViews to be peculiar because they look more like lists than a traditional data table.

UITableViews were designed before the introduction of the iPad. Apple decided to not support columns of cells because the screen on iPhones/iPods is too small.

NSTableView, the equivalent class on Mac OS, does support grids of cells.

As the other poster said, so does NSCollectionView.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.