且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在iPhone SDK中的表格中添加多个列?

更新时间:2022-04-14 06:20:40

目前,UITableView不支持在表视图单元格中拥有多个列。因此,您无法在UITableView中添加多个列。但是有一些替代方法,比如在桌面视图单元格上绘制自定义网格。

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.

看一下这篇文章.. UITableView中的iPhone多列 ..此链接 http:// usxue。 is-programmer.com/posts/14176.html 有代码..

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