PhotoCropEditor
PhotoCropEditor copied to clipboard
Framework written in Swift for Cropping Images easily
This library just uses a single image at a time..how to allow editing multiple images one at a time but on same screen without navigating
I used 6:4 and 4:6 for cropping image. when I crop image it does not fit to aligned grid so what I want to do is to add white color...
When the image is cropped while scaling. The image becomes shakky
Crop the image to the least level & press done, app get crashed
when i add the framework, the app builds normally, but these errors show up when i submit to testflight... i even ttried to convert the framework to swift 4 and...
when update swift version.now get this error Module compiled with Swift 4.0.3 cannot be imported in Swift 4.1.2:
The option for 3x2 constrain are coded backwards. There is an easy fix in CropViewController.swift: let threeByTwo = UIAlertAction(title: "3 x 2", style: .default) { [unowned self] action in self.cropView?.cropAspectRatio...
How to convert this code for Circle Shape Cropping? i want to need Square and Circle both cropping in it. let square = UIAlertAction(title: "Square", style: .default) { [unowned self]...
I'm new developer, how can i add this lib manually (without Carthage)