IOS Multiple Columns in UITableView

iosuitableview

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?

Best Solution

You probably need to build it by your own, or use a library, like UIGridView. (I'm the creator)

You can learn the source code of UIGridView. It's really short.