iOS 是否支持基于视图的表格视图?

发布于 2024-12-13 19:03:14 字数 73 浏览 3 评论 0原文

除了经典的基于单元格的表格之外,iOS 是否还支持基于视图的表格?看来这项新功能仅适用于 Mac (OS X v 10.7)。谢谢!

Does iOS support view-based tables, in addition to the classic cell-based tables? It appears this new capability is only on the Mac (OS X v 10.7). Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

过期以后 2024-12-20 19:03:15

我不熟悉基于视图的单元格,但从研究来看,这似乎是必要的,因为 NSCell 不扩展 NSView。但是,在 iOS 中,UITableViewCell 确实扩展了 UIView。所以,我认为基于视图的表格单元在 iOS 中并不是一个新概念,因为它们一直都是这样的。

NSCell - http:// developer.apple.com/library/mac/#documentation/Cocoa/Reference/ApplicationKit/Classes/NSCell_Class/Reference/NSCell.html

UITableViewCell - http://developer.apple.com/库/IOS/#documentation/UIKit/Reference/UITableViewCell_Class/Reference/Reference.html

I'm not familiar with View Based Cells, but from looking into it it looks like this was needed because the NSCell does not extend NSView. But, in iOS, UITableViewCell does extend UIView. So, I think View Based Table Cells are not a new concept in iOS since they've alawys been that way.

NSCell - http://developer.apple.com/library/mac/#documentation/Cocoa/Reference/ApplicationKit/Classes/NSCell_Class/Reference/NSCell.html

UITableViewCell - http://developer.apple.com/library/IOS/#documentation/UIKit/Reference/UITableViewCell_Class/Reference/Reference.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文