UIImageView activity indicator
This is a quick note on a really nice UIImageView feature I discovered recently. It allows you to set up your custom activity indicator based on UIImageView. It makes use of animationImages
property.
It works pretty easy. You...