首页 > 其他 > 详细

图片下载

时间:2015-04-27 15:21:18      阅读:207      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!