简体   繁体   中英

Twitter-client-like NSCollectionView implementation on OS X (>=10.6)?

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.

Twitter released their twui libs .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM