iPad 上的网格状控件
iPad SDK中有类似网格的控件吗?
Is there any grid-like control in iPad SDK?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
iPad SDK中有类似网格的控件吗?
Is there any grid-like control in iPad SDK?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
我推荐 AQGridView
I recommend AQGridView
不在 UIKit 中,不。根据您的需要,您可能可以设置
UITableView
来使用具有额外“列”标签的UITableViewCell
。如果您需要更像电子表格的东西,您需要编写一些自定义的东西。Not in the UIKit, no. Depending on your needs, you could probably set up a
UITableView
to useUITableViewCell
s that have extra labels for additional "columns". If you need something more like spreadsheet, you'll need to write something custom.作为商业替代方案,我建议尝试一下 ShinobiControls。他们刚刚推出了ShinobiGrids。这些网格具有高性能,并且具有一些不错的交互式触摸,例如列和行拖动。
全面披露,我在 Scott Logic 工作,该公司是 ShinobiControls 的母公司。
As a commercial alternative, I would recommend giving the ShinobiControls a try. They have just launched ShinobiGrids. These grids are high performance and have some nice interactive touches, columns and row dragging for example.
As a full disclosure, I work for Scott Logic which is the parent company for ShinobiControls.