Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I've got a couple apps that display tabular data in iOS. The easiest way to explain is probably with screenshots:

MySQL Database ClientMTG Card Database

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

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

Things that would be nice: + Column sorting

I've been looking for a library that would help me with this, but I cannot find anything around. I'm even willing to purchase a commercial library but I need to find one.

Does anyone know of any libraries that may support what I am looking for? Please note, this is for iOS and NOT for the Mac (otherwise I would just use NSTable).

share|improve this question

1 Answer

Have you tried the Grid component from ShinobiControls? Looks quite good.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.