How do I add multiple columns in my table in iPhone SDK?

前端 未结 1 742
一向
一向 2021-01-26 01:35

How do I add multiple columns in my table in iPhone SDK?

Any help would be highly appreciated.

相关标签:
1条回答
  • 2021-01-26 02:23

    Currently UITableView doesn't have the support to have multiple columns in table view cell. So, you can not add multiple columns in UITableView. But there are some alternates, like drawing custom grids on table view cells.

    Have a look at this post.. iPhone Multiple Columns in UITableView.. This link http://usxue.is-programmer.com/posts/14176.html has the code..

    0 讨论(0)
提交回复
热议问题