Sweeper777 / iEnglish2

iEnglish, remade in Swift 5
0 stars 0 forks source link

CameraController does not take photo #14

Closed Sweeper777 closed 5 years ago

Sweeper777 commented 5 years ago

When I press the trigger, the camera session stops, but nothing else happens. The CameraResultsController does not get presented. It seems like the response closure is not called.

Sweeper777 commented 5 years ago

Since capturePhoto is asynchronous, I can't stop the session immediately after it is called and expect a photo to be taken :(.