开发者

How to dynamically add column headers to a tableView which has large number of columns in iPhone?

开发者 https://www.devze.com 2023-02-07 15:08 出处:网络
In my iPhone app, I have a horizontally scrolling tableView. It has 30 columns. The tableView is similar 开发者_高级运维to gridView in ASP.Net.

In my iPhone app, I have a horizontally scrolling tableView. It has 30 columns. The tableView is similar 开发者_高级运维to gridView in ASP.Net.

How can I add the column headers in TableView header's section?


Use tableView:viewForHeaderInSection: and tableView:heightForHeaderInSection: of in the table view delegate.

0

精彩评论

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

关注公众号