iOS开发中__weak typeof(self)释义
iOS开发中有一个类型经常用到,通常写法为:__weak typeof(self) weakself = self;这种写法通常出现在block中,这种写法的原因是,block对其变量都是strong reference,在block中使用self也会形成strong reference。而self如果对block也是strong reference的话,就会造成stron