donggyushin / DGCropImage

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:Swift 99.6%Language:Ruby 0.4%