阿神2017-04-18 09:34:53
NSData format? Not very clear, if so use [UIImage imageWithData:<#(nonnull NSData *)#>];
大家讲道理2017-04-18 09:34:53
The system comes with a function that converts binary data into corresponding images
// let img = UIImage.init(data: data!)
let img = UIImage(data: data!)