CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
| TestsTested | ✗ |
| LangLanguage | Obj-CObjective C |
| License | MIT |
| ReleasedLast Release | Dec 2014 |
Maintained by Unclaimed.
pod 'YKImageCropper', :git => 'https://github.com/yuyak/YKImageCropper'UIImage *image = [UIImage imageNamed:@"Sample.jpg"];
YKImageCropperViewController *vc = [[YKImageCropperViewController alloc] initWithImage:image];
vc.cancelHandler = ^() {
// When cancel is tapped
};
vc.doneHandler = ^(UIImage *editedImage) {
// When done is tapped
};yuyak
YKImageCropper is available under the MIT license. See the LICENSE file for more info.