Skip to content

A photo cropping tool which mimics Photo.app written by Swift.

License

Notifications You must be signed in to change notification settings

donggyushin/DGCropImage

Repository files navigation

DGCropImage

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.

Requirements

  • iOS 12.0+
  • Swift 5.5+
  • Xcode 10.0+

Installation

SPM

File > Add Packages > https://github.com/donggyushin/DGCropImage

CocoaPod

pod 'DGCropImage', :git => 'https://github.com/donggyushin/DGCropImage.git'

Usage

let crop = DGCropImage.crop(image: image)
self.present(crop, animated: true, completion: nil)

// Don't forget
crop.delegate = self

About

A photo cropping tool which mimics Photo.app written by Swift.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published