We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While dragging image, it can push push select button. So, it can select empty area.
The text was updated successfully, but these errors were encountered:
pis aller
func imageCropViewController(_ controller: RSKImageCropViewController, didCropImage croppedImage: UIImage, usingCropRect cropRect: CGRect, rotationAngle: CGFloat) { let imageSize = croppedImage.size if imageSize.width != imageSize.height { debugPrint("imageSize.width:\(imageSize.width), imageSize.height:\(imageSize.height)") return } // bla bla. }
Sorry, something went wrong.
[RSKImageCropViewController] Ignore user events for cancelButton an…
cancelButton
6af0585
…d `chooseButton` while the image is being dragged, decelerated, or zoomed. Fixes #234, fixes #242.
ff7fc57
No branches or pull requests
While dragging image, it can push push select button.
So, it can select empty area.
The text was updated successfully, but these errors were encountered: