NativeScript / nativescript-camera

NativeScript plugin to empower using device camera.
Apache License 2.0
92 stars 47 forks source link

feat: allowsEditing on iOS #184

Closed msaravitz closed 5 years ago

msaravitz commented 5 years ago

PR Checklist

What is the current behavior?

https://github.com/NativeScript/nativescript-camera/issues/180

What is the new behavior?

Setting the allowsEditing option to true adds a square crop to images on iOS on the "Retake" "Use Photo" screen. This also allows users to "zoom/crop" after the picture has been taken but before it is used. Implements #[180].