Possible Duplicate:
How can I replicate the trashing animation of Mail.app
I would use the trash effect like in the image app on the iPhone. I want to trash a UIView.
Does someone know how?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Take a look at this answer: https://stackoverflow.com/a/5814846/656036
Note that this makes use of a private API and will get your App rejected by Apple. For other Animation-Transitions see http://iphonedevwiki.net/index.php/UIViewAnimationState
EDIT: iphonedevwiki.net seems to be down. However, I found something that could help you reproduce that effect and not get you rejected: (not tested) http://www.aderstedtsoftware.com/users/erik/weblog/c7cb9/
The different AnimationStates are the following (Taken from the linked SO answer):