标签:style c ar line type size mil height
MRC
防止 block 对self的引用 解决办法
__block typeof(self) weakSelf = self;
ARC
防止 block 对self的引用 解决办法
__weak typeof(self) weakSelf = self;
MRC ARC And Block,布布扣,bubuko.com
标签:style c ar line type size mil height
原文地址:http://blog.csdn.net/majiakun1/article/details/38089835