A photo cropping tool which mimics Photo.app written by Swift.
This library supports localized string for english and korean. If there is other languages whenever just let me know or feel free to open a new pull request.
- iOS 12.0+
- Swift 5.5+
- Xcode 10.0+
File > Add Packages > https://github.com/donggyushin/DGCropImage
pod 'DGCropImage', :git => 'https://github.com/donggyushin/DGCropImage.git'
let crop = DGCropImage.crop(image: image)
self.present(crop, animated: true, completion: nil)
// Don't forget
crop.delegate = self