OceanLabs / FacebookImagePicker-iOS

A Facebook image picker providing a simple UI for a user to pick photos from a users Facebook account. It provides an image picker interface that matches the iOS SDK's UIImagePickerController.
https://www.kite.ly
MIT License
103 stars 56 forks source link

Add allowsEditing method #25

Open szlangini opened 8 years ago

szlangini commented 8 years ago

Is it possible to implement an allowsEditing method similar to the native UIImagePickerControllor one?

I basically try to crop the fb image to a square when importing and allowing the user to edit it itself.