我在 iPad 3 4G 测试设备上从 url 获取图像时遇到问题。代码适用于 ipad 1 和 2,也适用于 iphone 3gs 和 iphone 4。但似乎该图像是nil
从服务器请求时。
我没有遇到这个问题,但客户报告问题...
我相信问题出在以下代码中
代码:
NSData *data = [NSData dataWithContentsOfURL:[NSURL URLWithString:@"http://www.image.com/img_download/499441.jpg"]];
UIImage *thumbnail = [UIImage imageWithData:data];
此代码中的 URL 不是真实的,但它是正确的澄清。
谢谢!