jberlana / JBCroppableView

JBCroppableView is a subclass of UIView built with UIKit and CoreGraphics that adds n points on an UIImageView allowing to modify them by drag & drop to trim the extra space of an image.
352 stars 89 forks source link

pull request #7

Closed daniel-sanche closed 10 years ago

daniel-sanche commented 10 years ago

hey, I've never done a pull request before so I'm not really sure about the etiquette, but I've made a fork of JBCroppableView if you're interested in checking it out. I've changed it so that you can manipulate the whole thin through a UIImageView subclass, instead of trying to coordinate the image and the crop view separately. Let me know what you think!