开发者

iPhone + gridview

Is it possible to have something like Data Grid or Grid View control in i开发者_如何学CPhone?


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.


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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜