objective c - Twitter-client-like NSCollectionView implementation on OS X (>=10.6)? -
i'm trying subclass nscollectionview imitate behaviors of uitableview twitter does.
i've been trying subclass/hack amcollectionview, “has lot less features.” amcollectionview used immutable array populate data items, however, visioned twitter table/list, data arrays mutable, , should support insertion , removal uitableview does.
btw, i'm still struggling key-value binding stuff. suggestion/solution/example code nscollectionview appreciated.
thank you.
twitter released twui libs.
Comments
Post a Comment