TOCropViewController
TOCropViewController copied to clipboard
A view controller for iOS that allows users to crop portions of UIImage objects
Hi, This PR adds the following missing properties to `CropViewController`: - `minimumAspectRatio` - `customAspectRatioName` - `showCancelConfirmationDialog` Resolve #525.
- Added x86_64 arch. - On M1, it gives an error when trying to run the app on the simulator.
**Describe the bug** I am using high-resolution images, which are pretty large in size, in my app. Images are shown in the photo-view (PhotoViewGallery.builder). Each image takes a few sec...
hello, I use your Crop. I had find two details that I changes, so MR to you.
If the crop box can be dragged at will, similar to the crop box drag during scanning, rather than a fixed rectangle, it is really great if it can be...
I have a photo editing interface, but it has additional buttons with project-specific customizations, along with crop, rotate, ... buttons in a different location than the library. I would be...
Update the example project to have a button that triggers this function (in the top right corner of the screen as bottom bar is full)
**Describe the bug** This is more of an FYI for anyone else having this issue. The current privacy policy causes a crash with RN0.74.1, which tries to aggregate privacy policies....
**Describe the bug** build fail on obj-c project **To Reproduce** Steps to reproduce the behavior: 1. add pod 'TOCropViewController' to Podfile 2. run pod install 3. build the project, got...
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.6 to 3.2.8. Release notes Sourced from rexml's releases. REXML 3.2.8 - 2024-05-16 Fixes Suppressed a warning REXML 3.2.7 - 2024-05-16 Improvements Improve parse performance by using...