BABCropperView icon indicating copy to clipboard operation
BABCropperView copied to clipboard

A customizable image cropper view based on UIScrollView.

Results 7 BABCropperView issues
Sort by recently updated
recently updated
newest added

Does this pod support swift 4.2?

need change design cropping rect. (like rounded, slash)

Can I crop image by 200x200 but have whole resolution of image? Example: I have image 4000x3000, show crop size 200x200 on screen and after crop I have 200x200. But...

First of all, thanks for great library! I found one issue with big screen iPhones. ![img_4310](https://user-images.githubusercontent.com/20498870/40716767-badb09aa-6412-11e8-86c3-c7805041e13c.PNG) Can be fixed with replacement of this line: self.borderView.layer.cornerRadius = CGRectGetWidth(self.borderView.bounds)/2.0f; to self.borderView.layer.cornerRadius =...

Love the library! The issue board has been a great help and I am hoping to find an answer here :) I am using this library to allow a user...

This fixes #24 and more. Take it as a proposal how to extend this handy tool. Motivation: for you service avatar you need an image of size 200x200 to 1000x1000...

ATM max zoom is set to 4 what results to image pixelation. Would be good to have an option to set limit for the maximal zoom to control cropped image...