Convert the data returned by scoopet (stored in hexadecimal numbers) into UIImage
业精于勤,荒于嬉;行成于思,毁于随。
[UIImage imageWithData:[data subdataWithRange:NSMakeRange(8, data.length - 8)]];
Convert to NSData and use [UIImage imageWithData:<#(nonnull NSData *)#>];There is a lot of information online
[UIImage imageWithData:<#(nonnull NSData *)#>];
Convert to NSData and use
[UIImage imageWithData:<#(nonnull NSData *)#>];
There is a lot of information online