fix UIImageView+HighlightedWebCache call error method

This commit is contained in:
Whirlwind 2014-05-22 22:55:21 +08:00
parent 36d5069b66
commit acac18d6a2
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 {