Created
February 16, 2018 16:11
-
-
Save matteodanelli/49bd123569a392b270e80feaf39632e1 to your computer and use it in GitHub Desktop.
Save photos taken into library - iOS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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