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

久未见 提交于 2019-12-02 09:31:49
EmptyStack

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

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