PDA

View Full Version : Multi Column Table in Iphone




revantj
Oct 14, 2008, 12:04 AM
Hello,

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?

Thanks



chbeer
Oct 14, 2008, 01:09 AM
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.