您的位置:首页 > 其它

请求图片错误

2016-03-31 13:47 169 查看
请求图片时容易出现此错误

UIButton *avatarButton = [UIButton buttonWithType:UIButtonTypeCustom];

[avatarButton setImageWithURL:[NSString stringWithFormat:@”http:xxx.png”]];//错误

[avatarButton setImageWithURL:[NSURL URLWithString:[NSString stringWithFormat:@”http:xxx.png”]]];//正确
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: