fix UIImageView+HighlightedWebCache call error method
This commit is contained in:
parent
36d5069b66
commit
acac18d6a2
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue