I want it to be animated so I'm using [UIView beginAnimations]
I've tried animating using button.imageView.frame
(with image set as imageView) but it only animates the position, the image doesn't get scaled down at all.
using hateButton.frame
(when image is set as backgroundImage), the backgroundImage gets scaled down but it's not animated.
How do I animate-scale a UIButton image?