TOCropViewController
TOCropViewController copied to clipboard
A view controller for iOS that allows users to crop portions of UIImage objects
**Describe the bug** Cropping conflicts with Stage Manager window resize gesture **To Reproduce** Steps to reproduce the behavior: 1. Enable Stage Manager on an iPad 1. Open TOCropViewController in any...
There are unreleased commits in the repo and there has not been a recent release. @TimOliver
**What are you trying to achieve with this library exactly? Please describe.** First of all, thanks for the framework. It's really helpful. But I got a yellow error after adding...
I try to add it , it is always rotated wrong and the foregroundImageView is wrong
i want to crop the image in any angel, for that i install this lib in my code but i am unable to resize the frame of crop it is...
Hi folks! Does anybody use CropViewController in the project with Tuist? When I try to set dependency I got an error that CropViewController is missing. Is it possible to fix...
Helllo, in my project there is one extension for share, in which I want to use TOCropViewControllerso I have selected share extension target but ot doesn't work, can you guide...
**Is your feature request related to a problem? Please describe.** The framework currently requires `UIModalPresentationStyle.fullScreen`. However, can (and does) break some apps that use custom view controller presentation. We had...
Hi, This PR changes to use the `userInterfaceIdiom` property of `UIDevice` directly to resolve the following warning: ``` 'UI_USER_INTERFACE_IDIOM' is deprecated: first deprecated in iOS 13.0 - Use -[UIDevice userInterfaceIdiom]...
Fixed deprecated methods