lukelucas247

Results 1 comments of lukelucas247

Inside: `func captureImage(completion: @escaping (UIImage?, Error?) -> Void) {}` Change: `settings.flashMode = self.flashMode` With: ``` if currentCameraPosition == .front { settings.flashMode = AVCaptureDevice.FlashMode.off } else if currentCameraPosition == .rear {...