Possible Duplicate:
How to display multiple columns in a UITableView?
I have multiple rows and columns of data. But iPhone UITableView contains only single column and multiple rows. How do I display my multi column data following Apple’s Human Interface Guidelines? Any ideas?
Use GridView for your this requirement, see this bellow links for the Demos and Tutorial …
I use this below code to display Time-Table with multiple columns, Some code for Example ..
I hope this help you…