IPhone + gridview

Is it possible to have something like data network or grid control in iPhone?

+2


source to share


2 answers


I had to roll my own implementation using a custom UITableViewCell with custom number of columns. I would just reverse this for each row and set the data accordingly, according to the column that I am showing. I even put this UITableView in a UIScrollView with vertical scrolling disabled so that the table stretches more than the visible screen and has the ability to scroll horizontally to show the columns.



+1


source


Arijasoft has a static library

Arijasoft has a static library in which a developer can generate their own mesh view implementation.



you can find details here

0


source







All Articles