imaginary-cloud / CameraManager

Simple Swift class to provide all the configurations you need to create custom camera view in your app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to disable save video record to photo library?

jameszasod opened this issue · comments

Thank you very much!!

@jameszasod

have you tried to set:

cameraManager.writeFilesToPhoneLibrary = false

It's work!!
Thank you :D