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

岁酱吖の 提交于 2019-12-02 15:01:40

问题


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

Any help would be highly appreciated.


回答1:


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..



来源:https://stackoverflow.com/questions/4791451/how-do-i-add-multiple-columns-in-my-table-in-iphone-sdk

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!