0

I want to change the cropper size of UIImagePickerView from (320*320) to (320 * 240) .

I have searched it everywhere, but none them is working fine for me . I have used GKImagePicker https://github.com/gekitz/GKImagePicker

But when i just drag its classes to my project . It gives me error . What to do ???

enter image description here

Any help much appreciated .

Need to resize cropper like in image below

enter image description here

ios
  • 955
  • 1
  • 12
  • 35

1 Answers1

2

Those errors are fixed by importing UIKit/UIKit.h to GKImagePicker.h

Brittany
  • 266
  • 1
  • 3
  • 8