diff --git a/UIImageView+WebCache.m b/UIImageView+WebCache.m index 24c7c493..4f95d7a8 100644 --- a/UIImageView+WebCache.m +++ b/UIImageView+WebCache.m @@ -28,6 +28,10 @@ { cachedImage = [manager imageWithURL:url]; } + else + { + self.image = placeholder; + } if (cachedImage) {