TOCropViewController
TOCropViewController copied to clipboard
A view controller for iOS that allows users to crop portions of UIImage objects
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...
**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...
How can I remove(disable) **`3:2`**, **`5:3`**, **`4:3`**, **`5:4`**, **`7:5`** from **`ActionSheet`**?
- [*] 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: ```...
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...
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...
> **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...
- [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...
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...
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...