__block __weak typeof(self) tmpSelf = self;
^(){
tmpSelf......
}
ios block中引用self
原文:http://www.cnblogs.com/piaojin/p/4891940.html