sadabios
sadabios
this happend because your viewwillapper and viewdidapper don't have super.viewWillAppear(animated) so just added in viewWillAppear its work override func viewWillAppear(_ animated: Bool) { super.viewWillAppear(animated) }
this happen because of app goes in background mode and video recording is stop at that time and this didFailToRecordVideo delegate method was called and it was same for default...
[VPCX1270.MP4.zip](https://github.com/imaginary-cloud/CameraManager/files/4579417/VPCX1270.MP4.zip) @torrao i upload a video i m changing camera outputmode from top bar if cameraManager.cameraOutputMode == .stillImage{ if !checkMicPermission(){ alertToEncourageMicrophoneAccessWhenApplicationStarts() return } videoStampOn = true setRation(index: 0) changeImageWithAnimation(imageView:self.imgViewClick,toImage:UIImage(named: "ic_video_")!)...
@torrao can u please suggest me a solution for this?