Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

ArtOfWarfare

macrumors G3
Nov 26, 2007
9,442
5,834
I believe you could also achieve this with a UICollectionView, in addition to the already mentioned UiTableView with divided UITableViewCells suggestion.
 

moonman239

Cancelled
Original poster
Mar 27, 2009
1,541
32
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.
 

Duncan C

macrumors 6502a
Jan 21, 2008
853
0
Northern Virginia
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.