Whats the best way to mimic the bouncing animation from the AlertBox (UIAlertView) on the iPhone? Is there some built-in mechanism for this? The UIAlertView itself won't work for my needs.
I looked into animation curves but from what I can tell the only ones they provide are easeIn, easeOut, and linear.