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...
Every UIButton has one hidden UIImageView of its own. So we have to set the content mode like the way given below...
[[btn imageView] setContentMode: UIViewContentModeScaleAspectFit];