Add AFNetworking to your project (eg. via cocoapods.org), copy these two files into your project, then
#import UIImageView+AFNetworkingFadeInAdditions.h
and use it like this:
[imageView setImageWithURL:myNSURL placeholderImage:someUIImageOrNil fadeInWithDuration:0.2f];
Your check for cached vs. non-cache is not working... replaced with,