In my iPhone application, I save the image in NSData on
UIImage *image =imageView.image; NSData *myData = UIImagePNGRepresentation(image);
But how to return the "image" with " NSData ", and I can display it again an inch before the UIImageView .
Please help and suggest, Thank you.
source share