NSData and Photos
hi to all .
how can i save NSData type to the photos in iphone?
or what is imagepath in my code when i want to save image in photos in iphone ...
NSData* imageData = UIImageJPEGRepresentation(imageviewr5.image,1.0);
NSString *imagePath = ?????
[imageData writeToFile:imagePath atomically:YES];
|