Grid component for tabular data on iOS

I have several applications that display tabular data in iOS. The easiest way to explain is probably the screenshots:

MySQL Database ClientMTG Card Database

As you can see, I'm just using HTML forums to display this data at the moment. What I'm looking for in a grid is as follows:

  • Dynamic columns (add / remove columns on the fly)
  • Static header (column names are always visible at the top of the table, even when you scroll down)
  • Image support

Things that would be nice: + Column sorting

I was looking for a library that would help me with this, but I can not find anything. I even want to buy a commercial library, but I need to find it.

- - , , ? : iOS NOT Mac ( NSTable).

+5
1
+2

All Articles