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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to