用法如下: __weak typeof(self) weakSelf = self; [HKMultiFileDownloader hk_downloadWithURL:@"http://ww1.sinaimg.cn/mw690/5993966fjw1f5v1u972lbj20sg0iztby.jpg" completion:^(NSError *error, NSData *data) { if (!error) { UIImage *image = [UIImage imageWithData:data scale:1]; weakSelf.imageView.image = image; }else { weakSelf.imageView.image = nil; } }];
-
Notifications
You must be signed in to change notification settings - Fork 0
License
CoderKyle/HKMultiFileDownloader
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published