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

At the moment, if I didn't miss anything, it is not possible to change the background color of the toolbar. It would be very useful if we could at least...

feature

Error Code [AXRuntimeCommon] AX Lookup problem - errorCode:1100 error:Permission denied portName:'com.apple.iphone.axserver' PID:6723 ( 0 AXRuntime 0x00000001af41e3a0 539C8041-A10E-3612-AAE6-420FCB339466 + 267168 1 AXRuntime 0x00000001af3e3164 _AXGetPortFromCache + 548 2 AXRuntime 0x00000001af3e459c AXUIElementPerformFencedActionWithValue +...

bug
pr requested

1)From the main VC present a child VC with modalPresentationStyle = .popover 2) Then from this child use the TOCropViewController 3) When we pic and image, if we press Cancel...

bug

**Describe the bug** When I use cropViewController on iPad with cropingStyle circular CropViewController delegate method is not calling.

bug

**Describe the bug** Integrated the framework and tried running the project **Expected behavior** Run on M1 Mac **Screenshots** ![image](https://user-images.githubusercontent.com/768893/174773476-4eb03f5b-4006-4403-ab34-1b4492bcf872.png) **iOS Device:** - Device: iPhone Simulator - OS: iOS 15 -...

bug

**Describe the bug** Simply rotating image looses pixels each time **To Reproduce** Steps to reproduce the behavior: - Edit UIImage - In TOCropVC: simply rotate, press done - Print size...

bug

There is missing **customAspectRatioName** in **CropViewController** (swift version)

bug

manually import folders to swift project doesnt work, it dont see TOCropViewController MacOS 12.1 Xcode 13.3

It's very hard to crop the image when using mac catalyst as I cannot find a way of moving the image with mouse similar to how the image can be...

feature

Hi @TimOliver 👋 Is it possible to control the result image size to be within certain aspect-ratio range? For example, suppose dev wants to have square-ish image (1:1) which can...

question