开发者

Implement UITableView with fixed headers and fixed columns

开发者 https://www.devze.com 2023-03-20 21:42 出处:网络
I\'m trying to implement a UITablewView with fixed headers and a fixed set of columns. Basically, something like this:

I'm trying to implement a UITablewView with fixed headers and a fixed set of columns. Basically, something like this:

http://www.novasoftware.com/download/jquery_fixedtable/jQuery_FixedTable_Demo.htm

Looking f开发者_Python百科or suggestions.


UITableView does not support multiple columns.

I recommend using a UIWebView or possibly a UIScrollView to display data in such a format.


Take a look at AQGridView. (Assuming you're targeting iOS 6 or later, use UICollectionView

0

精彩评论

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