0

Possible Duplicate:
How can I replicate the trashing animation of Mail.app

I am trying to mimic the apple multiple email delete animation. The user selects multiple email on the left side and the emails appears to be stacking on right. I wanted to know if there is any built in animation available that can be used.

enter image description here

Community
  • 1
  • 1
pa12
  • 1,493
  • 4
  • 19
  • 40
  • It's super easy to do this with the collection view in iOS 6. It's not exactly difficult before iOS 5 either, you're just applying a transform to your view and animating the transformation. – Jason Coco Oct 01 '12 at 16:04
  • @Till The link gives trash can animation. I am looking for the animation for when you select edit and select multiple email and delete. – pa12 Oct 01 '12 at 16:27
  • @din did you also check http://www.iphonedevwiki.net/index.php?title=UIViewAnimationState ? – Till Oct 01 '12 at 17:09
  • Please see my updated question. I am trying to get the stacking effect you see on right side. – pa12 Oct 02 '12 at 15:04
  • I dont understand why my question was closed saying its a duplicate of mail.app. None of the links given above does not answer my question. – pa12 Oct 02 '12 at 15:07

0 Answers0