문제

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top