how can I save an image, I put a good image of type NSString So the question is:
is that you can Recordable jsut URL then displays image from this url
NSString *PathImage =[info objectForKey:@"UIImagePickerControllerReferenceURL"];
is there any other solution?
I believe you are asking if there is another way to store an image? If so, the following solution should work.
Then when you want to call your image back, simply use
If you need to store it as a string, you can convert the data to a string using the following
I hope this answers your question