Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 651 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 651 Bytes

YKImageCropper

Screenshot

Installation

pod 'YKImageCropper', '~> 0.0.3'

Usage

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
};

Contact

yuyak

License

YKImageCropper is available under the MIT license. See the LICENSE file for more info.