OS X (>=10.6) 上类似 Twitter 客户端的 NSCollectionView 实现?
我正在尝试对 NSCollectionView 进行子类化,它模仿 UITableView 的行为 Twitter< /a> 确实如此。
我一直在尝试对 AMCollectionView 进行子类化/破解,它“功能少得多。 ” AMCollectionView 使用不可变数组将数据填充到项目中,但是,我设想的是一个类似 twitter 的表/列表,其数据数组是可变的,并且它应该像 UITableView 一样支持插入和删除。
顺便说一句,我仍在与键值绑定的问题作斗争。任何 NSCollectionView 的建议/解决方案/示例代码都值得赞赏。
谢谢。
I'm trying to subclass a NSCollectionView which imitate the behaviors of UITableView as Twitter does.
I've been trying to subclass/hack AMCollectionView, which “has a lot less features.”
AMCollectionView used an immutable array to populate data into items, however, what I visioned is a twitter like table/list, whose data arrays is mutable, and it should support insertion and removal like UITableView does.
BTW, I'm still struggling with Key-Value Binding stuff. Any suggestion/solution/example code for NSCollectionView are appreciated.
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Twitter 发布了他们的 twui 库。
Twitter released their twui libs.