如何使用 iPhone 编程创建类似 html 的表格?
我需要创建类似 HTML 表的表,而不是类似 UITableView 的表。 这样我就可以在主表上显示大量数据。如何创建这样的表?
Possible Duplicate:
How to display HTML-like table data on iPhone?
I need to create table like HTML table not something like UITableView .
So that I can show much data on main table .How can I create such table?.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以创建一个 HTML 表并在 UIWebView 中显示它 - 它将呈现 HTML 内容。
You can create an HTML table and show it in UIWebView - it will render HTML content.
我发现这个框架包含 DTGridView 控件。
DTKit
也许重新实现所有内容会更简单。
I found this framework which contains DTGridView control.
DTKit
Maybe it is simpler that reimplement everything.