Skip to content

Instantly share code, notes, and snippets.

@matteodanelli
Created February 16, 2018 16:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matteodanelli/49bd123569a392b270e80feaf39632e1 to your computer and use it in GitHub Desktop.
Save matteodanelli/49bd123569a392b270e80feaf39632e1 to your computer and use it in GitHub Desktop.
Save photos taken into library - iOS
// Info.plist requires "Privacy - Photo Library Additions Usage Description"
UIImageWriteToSavedPhotosAlbum(image, nil, nil, nil)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment