SwiftUICam icon indicating copy to clipboard operation
SwiftUICam copied to clipboard

it starts new recording after the stop click

Open mohamedFalah opened this issue 4 years ago • 0 comments

in CameraViewController

i think there has to be self.delegate?.didFinishVideoRecording() after the line 576 movieFileOutput.stopRecording()

and the lines from 662 to 664 is not needed DispatchQueue.main.async { self.delegate?.didFinishVideoRecording() }

I am not sure why but I commented saving the video to camera roll code and this problem appeared and the above solved it

mohamedFalah avatar Sep 07 '20 04:09 mohamedFalah