I was able to save image to specific folder in Photos using this answer. How to save image to custom album?.
And it was successfull. but cannot find a way to save video to specific folder. Currently im using UISaveVideoAtPathToSavedPhotosAlbum
and it does save to Photos only.
Asked
Active
Viewed 185 times
0

Im Batman
- 1,842
- 1
- 31
- 48
-
1No, use the same way Photos.Framework and https://stackoverflow.com/questions/29482738/swift-save-video-from-nsurl-to-user-camera-roll – Larme May 04 '20 at 19:09
-
@Larme Thank you very much. just had to replace this `creationRequestForAssetFromVideo` it worked. – Im Batman May 04 '20 at 19:37