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?
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.
For those interested, I just updated MDSpreadView to be much faster, and it supports practically an unlimited number of rows and columns (up until CGFloat
stops being accurate to the pixel) with an API very similar to UITableView
. More info on my site
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With