File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Pod/Classes/Image Categories Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ - (void)pin_setImageFromURL:(NSURL *)url processorKey:(NSString *)processorKey p
4747
4848- (void )pin_setImageFromURL : (NSURL *)url placeholderImage : (UIImage *)placeholderImage processorKey : (NSString *)processorKey processor : (PINRemoteImageManagerImageProcessor)processor completion : (PINRemoteImageManagerImageCompletion)completion
4949{
50- [PINRemoteImageCategoryManager setImageOnView: self fromURLs: @[url] placeholderImage: placeholderImage processorKey: processorKey processor: processor completion: completion];
50+ [PINRemoteImageCategoryManager setImageOnView: self fromURLs: url? @[url]: nil placeholderImage: placeholderImage processorKey: processorKey processor: processor completion: completion];
5151}
5252
5353- (void )pin_setImageFromURLs : (NSArray *)urls
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ - (void)pin_setImageFromURL:(NSURL *)url processorKey:(NSString *)processorKey p
4747
4848- (void )pin_setImageFromURL : (NSURL *)url placeholderImage : (UIImage *)placeholderImage processorKey : (NSString *)processorKey processor : (PINRemoteImageManagerImageProcessor)processor completion : (PINRemoteImageManagerImageCompletion)completion
4949{
50- [PINRemoteImageCategoryManager setImageOnView: self fromURLs: @[url] placeholderImage: placeholderImage processorKey: processorKey processor: processor completion: completion];
50+ [PINRemoteImageCategoryManager setImageOnView: self fromURLs: url? @[url]: nil placeholderImage: placeholderImage processorKey: processorKey processor: processor completion: completion];
5151}
5252
5353- (void )pin_setImageFromURLs : (NSArray *)urls
You can’t perform that action at this time.
0 commit comments