标签:bsp img 设置 images 自动 .com image http nil
将代码块中的 self换成unsafeSelf
__unsafe_unretained 与 __weak 99%相同
__weak 当对象释放之后 会自动设置为nil
而__unsafe_unretained不会
block中self会造成循环引用问题
原文地址:http://www.cnblogs.com/seeworld/p/6181691.html