Merge pull request #765 from Whirlwind/fix_highlight_error

fix UIImageView+HighlightedWebCache call error method
This commit is contained in:
Bogdan Poplauschi 2014-06-17 19:08:28 +03:00
commit b81b7f9b4a
1 changed files with 1 additions and 1 deletions

View File

@ -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 {