animate UIButton appearance
Hi,
I have a UIButton where I set an image through setImage.
I would like to add it to a view with a nice animation effect, it should display it growing from tiny to a little bigger than regular size to then shrink to original size.
How can I do that? Using UIView block animation can I animate "rastered" UIView?
Thanks
|