Is there a way to set a UIButton Image, BackgroundImage or ImageView Properties Content Mode Property?
I've tried the direct approach (it didn't work, of course...):
self.imageButton.imageView.contentMode = UIViewContentModeScaleAspectFit;
It's nice to have a button with an image, but if there's no way to set it properly, it's not very handy...
if you don't want to subclass UIButton than you can try this,