VPImageCropper icon indicating copy to clipboard operation
VPImageCropper copied to clipboard

How can i change height of the rationView?

Open billidani7 opened this issue 11 years ago • 1 comments

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 alloc] initWithImage:portraitImg cropFrame:CGRectMake(0, 100.0f, self.view.frame.size.width, 300) limitScaleRatio:3.0];

billidani7 avatar Jul 16 '14 01:07 billidani7

I have found the solution. It was my fault. The control is awesome and works perfectly

billidani7 avatar Jul 16 '14 10:07 billidani7