Guest User

Untitled

a guest
Jan 22nd, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. UIImageWriteToSavedPhotosAlbum
  2.  
  3. [UIImageJPEGRepresentation(image, JPEG_COMPRESSION_QUALITY)
  4. writeToFile:photoPath atomically:YES];
  5.  
  6. [UIImagePNGRepresentation(image) writeToFile:photoPath atomically:YES];
Add Comment
Please, Sign In to add comment