Guest User

Untitled

a guest
Aug 18th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. How to Save the actual image path from UIImagePickerController (ipad)
  2. NSURL *imageURL = [info valueForKey:UIImagePickerControllerReferenceURL];
  3.  
  4. UIImage *image = [UIImage imageWithData:[NSData dataWithContentsOfURL:imageURL]];
Add Comment
Please, Sign In to add comment