GKImagePicker
GKImagePicker copied to clipboard
Enables a custom crop rect for UIImagePickerController
GKImagePicker returns incorrectly cropped image for squared images (height == width). And I have found a solution, you need to replace in GKImageCropView.m this code: " if (self.cropSize.width > self.cropSize.height)...
do you have the same code in swift? thanks
There is the appearence. 
Hi, There is an issue on iOS8 that will stall the camera when the user cancels out of the crop-area. Repro Steps: - Launch the GKImagePicker with a camera source...
Is there any way to set maximum zoom of the taken picture ?. I don't understand when I tried to set image to UIButton and the picture is really small...
There are a memory warning. Why appear this? I guess appear this because of the ipod touch 5 's memory is too small and the album have too many big...
Hi, How to display the image with crop size after selecting the image from gallery.
hi, I am using the GKImagePicker in my app.i have to display a image with width and height 320 \* 320 . I keep the crop size as 320 *320....