NSTableView, NSCollectionView or CALayers?
NSTableView, NSCollectionView or CALayers?
- Subject: NSTableView, NSCollectionView or CALayers?
- From: Marcelo Alves <email@hidden>
- Date: Mon, 23 May 2011 11:31:40 -0300
Hi,
I have to code a table visually like the UITableView on iOS, but with one caveat : it should support some kind of animation in each cell, like the swipe in Twitter.ipa (the text disappears and a row of buttons appears underneath the cell). Looks like NSCell does not support Core Animation, so I was checking NSCollectionView, but it looks "odd", I couldn't find a way to change just one view in the collection, so I was wondering, should I start this UI from scratch using CALayers and a NSScrollView / CAScrollView, stick with NSCollectionView or animate the NSCell without Core Animation?
Thanks!
Note: This is a Cocoa / OS X question
:: marcelo.alves
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden