I have a button of UIBarButtonSystemItemTrash on my Navigation Bar, I want to implement a animation when I clicked that button, with trash open and view flies into the trash. Just like iPhone's Photo or Mail app.

I realize there's such a question been asked on Jan 9 '09. But that one was answered by a private API. As I'm targeting App Store, it's there any safe way to make such animation after years?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

The animation you are searching for is called Genie Effect and it does includes a Private API and hence der's no such way direct way to use it...

but may be u can create your own by using key frame Animation. :)

link|improve this answer
so there's no easy way, right? – Zhao Xiang May 19 '11 at 15:40
nope..atleast i didn't come across any of them.. if u do..please post it.. :D – iShrey May 19 '11 at 16:05
I cannot understand why Apple make this API private, it's just a cool animation, the system won't be harmed with this... – Zhao Xiang May 20 '11 at 1:39
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.