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

**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...

bug
pr requested

There are unreleased commits in the repo and there has not been a recent release. @TimOliver

feature

**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...

question

I try to add it , it is always rotated wrong and the foregroundImageView is wrong

bug

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...

question

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...

question

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...

feature

**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...

feature

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