1, 2) ( , dispatch_async ). , , , ( self) . , :
__weak MyClass *weakSelf = self;
self.block = ^{
MyClass *strongSelf = weakSelf;
...
[strongSelf ...];
[strongSelf.property ...];
[strongSelf->iVar ...];
}
. iVar, self- > iVar , , self!
3) , .
4) , , , .