Tuesday, 22 March 2011

How to convert NSData into image

Here’s the simple code

UIImage *img = [[UIImage alloc] initWithData:data];

No comments:

Post a Comment