ios block中引用self

__block __weak typeof(self) tmpSelf = self;

^(){

tmpSelf......

}

原文地址:https://www.cnblogs.com/piaojin/p/4891940.html