ios
ios

Reputation: 975

Change cropper size of UIImagePickerController

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

Upvotes: 0

Views: 488

Answers (1)

Brittany
Brittany

Reputation: 276

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

Upvotes: 2

Related Questions