通过解析的字符串返回图片

UIImage *image = [[UIImage alloc] initWithData: [NSData dataWithContentsOfURL: [NSURL URLWithString:self.film.picName]]];

film是要显示类  picName是film类的属性 代表图片名字

原文地址:https://www.cnblogs.com/xupengli/p/4415424.html