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.
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!
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!