I had a question about how to actually make multi column tables on the iphone. I am pretty lost with this one. Would you combine various UITableViews or use UITableViewCells?
Well "multi" seems not that possible on the iphone. You don't have that much space even though the display IS big.
The solution is to build your own UITableViewCell(s). Its really easy and is the way to go. multiple UITableViews would have been synchronized and so on.