Change cropper size of UIImagePickerController

冷暖自知 提交于 2019-12-12 02:45:37

问题


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 ???

Any help much appreciated .

Need to resize cropper like in image below


回答1:


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



来源:https://stackoverflow.com/questions/35645425/change-cropper-size-of-uiimagepickercontroller

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!