We all know that buttons has their own IBActions that can be drawn easily via xibs/storyboard and codes. But what if the view type is UIImageView or UILabel or any other. In that case we can use ...
When you display an image in a UIImageView. The UIViewContentMode decides the rule of displaying. e.g. To make the image scale aspect fit in the imageView, just set ...
A handy category for UIImageView, which will get a image from Photo Library or camera into UIImageView by just one tap ...
We can add animation to view using CABasicAnimation. Here we are adding bounce effect to UIImageView. The following code will show the bounce effect in the UIImageView at y-axis:- CGPoint origin = ...