We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 42f9736 + 8b16de2 commit 4589e4aCopy full SHA for 4589e4a
Examples/SDWebImage Demo/DetailViewController.m
@@ -35,7 +35,7 @@ - (void)configureView
35
{
36
__block UIActivityIndicatorView *activityIndicator;
37
__weak UIImageView *weakImageView = self.imageView;
38
- [self.imageView setImageWithURL:self.imageURL placeholderImage:nil options:SDWebImageProgressiveDownload progress:^(NSUInteger receivedSize, long long expectedSize)
+ [self.imageView setImageWithURL:self.imageURL placeholderImage:nil options:SDWebImageProgressiveDownload progress:^(NSInteger receivedSize, NSInteger expectedSize)
39
40
if (!activityIndicator)
41
0 commit comments