Awalz / SwiftyCam

A Snapchat Inspired iOS Camera Framework written in Swift
BSD 2-Clause "Simplified" License
2.08k stars 327 forks source link

How to save a video in camera roll? #230

Open Adakhan opened 4 years ago

Adakhan commented 4 years ago

How to save a video in camera roll? I found a way to save photos in camera roll. UIImageWriteToSavedPhotosAlbum(photo, nil, nil, nil) What about videos?