dzenbot / DZNPhotoPickerController

A photo search/picker for iOS using popular image providers like 500px, Flickr, Instagram, Giphy, Google & Bing Images
https://www.cocoacontrols.com/controls/dznphotopickercontroller
MIT License
1.51k stars 266 forks source link

UIImagePickerController setCropMode made the app crash #142

Open peihsendoyle opened 7 years ago

peihsendoyle commented 7 years ago

As the title said, I'm facing with this problem. I've just want to use the cropMode extension of DZNPhotoPickerController, so that I drag these files to my project:

screen shot 2017-10-08 at 11 18 49 am

----> And I got this error:

screen shot 2017-10-08 at 11 16 25 am

Here is my implementation:

screen shot 2017-10-08 at 11 16 02 am

Am I wrong in any lines? Please help me, thanks very much.