I've been using SDWebImage successfully for long. But with iOS8 its crashing when we set image i.e.
[ myImageView setImageWithURL:[NSURL URLWithString:[NSString stringWithFormat:@"%@",@"url"]] placeholderImage:[UIImage imageNamed:PROFILE_HOLDER_IMAGE]];
Is there way to avoid it
Cheers