ALCameraViewController
ALCameraViewController copied to clipboard
A camera view controller with custom image picker and image cropping.
Fixes the issues #264 and #266
Xcode 12 migration
- Reopen session for CameraView after aborting
This little PR restarts the camera session if the user has canceled the photo confirmation. Before there was a black screen after the cancellation and the user could only restart...
When the CameraViewController is on a Navigation Stack, a picture is taken, and a new ViewController is pushed on the stack, when you hit back to return to the CameraViewController,...
fix issue: After image is sent to the ConfirmViewController, if the cropOverlay is nether resizable nor movable, the image under it should be scaling smoothly.