Merge branch '63d60d9'

This commit is contained in:
Pete Koat 2013-09-30 17:09:33 -07:00
commit 83f476ba8f
1 changed files with 3 additions and 4 deletions

View File

@ -58,12 +58,11 @@ static char operationArrayKey;
if (!wself) return;
dispatch_main_sync_safe(^
{
__strong UIImageView *sself = wself;
if (!sself) return;
if (!wself) return;
if (image)
{
sself.image = image;
[sself setNeedsLayout];
wself.image = image;
[wself setNeedsLayout];
}
if (completedBlock && finished)
{