楼主:
areyo (没有名字的怪物)
2016-06-28 15:10:17午安
想请教个问题我想从网络读取图片
然后透过UIImage设定到UIImageView去
之前用的code都好好的
NSURL *url = [NSURL URLWithString:imgUrlString];
UIImage *urlImage = [[UIImage alloc]
initWithData:[NSData dataWithContentsOfURL:url]];
可在urlImage都只拿到Nil
在8.x版还可以,最近升级到9.x却出现这问题
请问有解决办法吗
谢谢