Is there a view controller for cropping and rotating an image, for example, iOS 8 photo.app?

I need a view controller to crop and rotate the image.

And I think the user interface that the app for iOS8 made was very awesome

But I found only these two:

https://github.com/heitorfr/ios-image-editor
https://github.com/kishikawakatsumi/PEPhotoCropEditor

This is useful, but when creating an image smaller than the crop area, moving or rotating the image is very difficult, and the answer is very strange.

After using, I think the crop and rotate function of iOS8 photo object is much better
So, is there a view manager that performs cropping the image and rotates like an iOS 8 photo app?

+5
source share
1 answer

Try the following:

https://github.com/itouch2/PhotoTweaks

https://github.com/yackle/CLImageEditor

They provide similar functionality as the native photo app in iOS8.

+5
source

Source: https://habr.com/ru/post/1206325/


All Articles