In iOS, how can one briefly draw attention to an object on screen? Suppose, create a brief glow or cause a shadow to appear and then disappear?
For the purposes of this question, let's define "object on screen" as an instance of UIImageView.
Also, if possible provide an example of how to draw attention to a button.

UIImageView, aUIButton, aCALayer, etc.? The code would be slightly different for different kinds of objects. – dasblinkenlight Feb 28 '12 at 4:26