TOCropViewController icon indicating copy to clipboard operation
TOCropViewController copied to clipboard

A view controller for iOS that allows users to crop portions of UIImage objects

Results 130 TOCropViewController issues
Sort by recently updated
recently updated
newest added
trafficstars

First of all @TimOliver thanks for this awesome library! Maybe you or someone else can help me with my question: I'm using the library and I couldn't find how to...

enhancement
pr requested

- [x] I have read this issue template and provided all possible information. - [x] I'm using CocoaPods and have run `pod update` before filing this issue. **Questions** When changes...

enhancement
pr requested

Im adding support to voiceover in my application and the crop area in the library is not selectable when i have the voiceover turned on. All other control at the...

enhancement
pr requested

### Hardware ### Expected Behavior ### Actual Behavior ### Steps to Reproduce

feature
pr requested

> **Feature Request** Hey, Tim! I included your library in a couple of my projects before and I would really prefer to use it in a current one, but I'm...

rfc
feature
pr requested

Hi We are using TOCropViewController in one of our project and we do have a specific requirement wrt tool bars displayed when crop controller is shown. The tool bar shows...

enhancement
question
pr requested

Hi, I want to Rotate 180 degrees instead of 90 degrees, how do I do this using this library?

feature
pr requested

It would be really cool (at least for me) if there would be option to just set (with existing UI and gestures, etc.) a rectangle inside loaded image, and completion...

feature

"TOCropViewController-TOCropViewControllerBundle" requires a development team. Select a development team in the Signing & Capabilities editor.

bug

in SwiftUI func makeUIViewController(context: Context) -> some UIViewController { let img = self.image ?? UIImage() let cropViewController = CropViewController(image: img) cropViewController.delegate = context.coordinator cropViewController.resetButtonHidden = true cropViewController.aspectRatioPreset = .presetSquare cropViewController.aspectRatioPickerButtonHidden...

question