VPImageCropper
VPImageCropper copied to clipboard
Image cropper like the one in WeChat
1、Fix the problem of demo build failed on `Xcode 11`. 2、Fix the iOS 13 system, after **presentViewController**, the bottom of the **Cancel** and **confirmBtn** buttons do not display the issues....
hi, is there a way to limit the pinch gesture for a predefined image size? for example: I want to crop a big image, but I want to make sure...
VPImageCropperViewController.m line 79 -[VPImageCropperViewController initView] I'm getting a crash on this line - self.showImgView.frame = self.oldFrame; I'm gettting NaN for one of the frame values.
I would like to crop images for 640 X 300. How can o change the cropFrame? I call the init method with this way but the ratioView doesnt change. [[VPImageCropperViewController...
Xcode 5.1 finds a potential leak on https://github.com/windshg/VPImageCropper/blob/master/VPImageCropperDemo/VPImageCropper/VPImageCropperViewController.m#L282
it would be helpfull to add the project to cocoa pods. thanks