码迷,mamicode.com
首页 > 其他好文 > 详细

图片下载

时间:2015-04-27 15:22:40      阅读:125      评论:0      收藏:0      [点我收藏+]

标签:图片下载

//从网络上下载图片


NSString *qrCodeURL = [NSString stringWithFormat:@"http://api.fanggw.cn/index.php/Mobile/Index/get_qrcode?mobile=%@&pwd=%@",phone,secret];

    NSURL *url = [NSURL URLWithString:qrCodeURL];

    [_qrCodeImage sd_setImageWithURL:url completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, NSURL *imageURL) {

        

    }];


图片下载

标签:图片下载

原文地址:http://blog.csdn.net/huanghaiyan_123/article/details/45309005

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!