本文介绍了UITableView中的iPhone多列的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我有多行和多列数据。但是iPhone UITableView只包含单列和多行。如何按照Apple的人机界面指南显示我的多列数据?有什么想法?
I have multiple rows and columns of data. But iPhone UITableView contains only single column and multiple rows. How do I display my multi column data following Apple's Human Interface Guidelines? Any ideas?
推荐答案
您可能需要自己构建它,或使用库,如。
(我是创建者)
You probably need to build it by your own, or use a library, like UIGridView.(I'm the creator)
你可以学习。这真的很短。
You can learn the source code of UIGridView. It's really short.
这篇关于UITableView中的iPhone多列的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!