#import "UIImageView+AFNetworking.h"
框架:AFNetWorking 和 UIImageView+AFNetworking
注意:必须是ARC模式,不然的话要该工程里面的一些设置
直接异步加载网络上的图片,如http://p1.qq181.com/cms/1206/2012061813103534630.jpg
string转成url类型,然后使用下面的方法:
- (void)setImageWithURL:(NSURL *)url
- (void)setImageWithURL:(NSURL *)url
placeholderImage:(UIImage *)placeholderImage