ios block中引用self

__block __weak typeof(self) tmpSelf = self;

^(){

tmpSelf......

}

posted @ 2015-10-19 14:51  飘金  阅读(301)  评论(0)    收藏  举报