jeduan / cordova-plugin-crop

Crop an image in Cordova
MIT License
114 stars 170 forks source link

IOS : Allow rotation and display button for rotate #80

Open yucomds opened 4 years ago

yucomds commented 4 years ago

Hi,

I wander if it's possible to make the cropController.rotationEnabled as a config option instead of hardcode NO as it's value.

In addition, I wander if it's possible to add a button for 90degree rotation.

I saw in PEPhotoCropEditor library the method setRotationAngle for the programmatic rotation, so I think should't be difficult to add a shortcut button on the interface.

What do you think?