This commit is contained in:
Fabrice Aneche 2014-01-15 10:25:14 -08:00
parent c00c2e0ed4
commit 8b16de2575
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
{
__block UIActivityIndicatorView *activityIndicator;
__weak UIImageView *weakImageView = self.imageView;
[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)
{
if (!activityIndicator)
{