I\'m working on an app where in the current stage when a user takes a picture the picture will be stored locally within the app.
@IBAction func CameraAction(se
Use this Method: with your image argument as below:
UIImageWriteToSavedPhotosAlbum(imagePicked, nil, nil, nil)