views:

1356

answers:

3

Hello,

Is it possible to have something like Data Grid or Grid View control in iPhone?

+1  A: 

I've had to roll my own implementation, using a custom UITableViewCell with a configurable number of columns. I would just dequeue this for each row, and set the data appropriately, according to the column I'm showing. I even put this UITableView inside a UIScrollView, with vertical scroll disabled, in order to have the table stretch more than the visible screen, and be able to scroll horizontally to reveal the columns.

luvieere
A: 

Arijasoft has got a static library

Arijasoft has got a static library using which developer can generate his own grid view implementation.

you can find the details here

Nareshkumar