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

Hi, is there a way to use TOCropViewController to add some image effects? Basically, I need to be able to access the image that will be set as cropped. I...

question

**Describe the bug** Some CropView Bottom is hided when CropViewController is not full height. ``` // View has another toolbar below TOCropViewController TOCropViewController *cropController; self.cropController = = [[TOCropViewController alloc] initWithCroppingStyle:self.croppingStyle...

bug
rfc

How can I remove(disable) **`3:2`**, **`5:3`**, **`4:3`**, **`5:4`**, **`7:5`** from **`ActionSheet`**?

enhancement
pr requested

- [*] I have read this issue template and provided all possible information. - [*] I'm using CocoaPods and have run `pod update` before filing this issue. CropViewController settings: ```...

bug

1. Choose a square image and set it to CropViewController with setAspectRatioPreset as square. 2. I choose a square aspect ratio from the aspect ratio button. **3. The frame which...

bug
pr requested

selecting different aspect ratio sizes keeps zooming in on photo, should try to keep photo similar size as much as possible on screen with just changing crop area so user...

enhancement
pr requested
backlog

> **Question**: How to get cropped image with fixed width and height? ## Hardware / Software Version of library: 2.3.6 iOS version: 11.4 iOS device: 5s, 7 CocoaPods version: 1.5.0...

feature
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. ## Goals Allow...

bug
pr requested

Hello, Thank you for this amazing cropper code. I have one requirement where I need to limit the cropper to certain height and width. I need to set a thumbnail...

feature
backlog

Hi, I have found the following issue: I'm using a custom `aspectRatioPreset` with `aspectRatioLockEnabled=true` and if I do the following: zoom in, move image until the crop area reaches the...

bug