Merge branch '63d60d9'
This commit is contained in:
commit
83f476ba8f
|
@ -58,12 +58,11 @@ static char operationArrayKey;
|
||||||
if (!wself) return;
|
if (!wself) return;
|
||||||
dispatch_main_sync_safe(^
|
dispatch_main_sync_safe(^
|
||||||
{
|
{
|
||||||
__strong UIImageView *sself = wself;
|
if (!wself) return;
|
||||||
if (!sself) return;
|
|
||||||
if (image)
|
if (image)
|
||||||
{
|
{
|
||||||
sself.image = image;
|
wself.image = image;
|
||||||
[sself setNeedsLayout];
|
[wself setNeedsLayout];
|
||||||
}
|
}
|
||||||
if (completedBlock && finished)
|
if (completedBlock && finished)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue