From acac18d6a271b709431358ccf485c3126a8bcdce Mon Sep 17 00:00:00 2001 From: Whirlwind Date: Thu, 22 May 2014 22:55:21 +0800 Subject: [PATCH] fix UIImageView+HighlightedWebCache call error method --- SDWebImage/UIImageView+HighlightedWebCache.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SDWebImage/UIImageView+HighlightedWebCache.m b/SDWebImage/UIImageView+HighlightedWebCache.m index d8b5586..1eb817a 100644 --- a/SDWebImage/UIImageView+HighlightedWebCache.m +++ b/SDWebImage/UIImageView+HighlightedWebCache.m @@ -22,7 +22,7 @@ static char operationKey; } - (void)setHighlightedImageWithURL:(NSURL *)url completed:(SDWebImageCompletedBlock)completedBlock { - [self setImageWithURL:url placeholderImage:nil options:0 progress:nil completed:completedBlock]; + [self setHighlightedImageWithURL:url options:0 progress:nil completed:completedBlock]; } - (void)setHighlightedImageWithURL:(NSURL *)url options:(SDWebImageOptions)options completed:(SDWebImageCompletedBlock)completedBlock {