开发者

iPhone + gridview

开发者 https://www.devze.com 2022-12-09 11:02 出处:网络
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 colum

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

精彩评论

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