I have many icons in my app and I would like to animate them in a manner similar to what happens when you try to delete applications from the iPhone's home screen. How can you do this?
Additionally, is there a way to have the icons animate up onto the screen in a manner similar to what happens when you unlock the iPhone?
with blocks (iOS 4+) it would look like:
If you want to make your views, images, etc. wobble, like the home screen, you could do something like this:
You would also need to add this define:
If you mean icons in the main screen of iOS, I don't think it would be ever possible.
Of course, if you mean icons inside your application, you can do whatever you want.