-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
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
Can't make zoom #11
Comments
HI, me too - I see can run through debug and I see the following method is called, but nothing happens: func setImageFrame(_ frame: CGRect) { |
(related PR #12) |
the problem is image is updating its frame in layoutSubViews with its original Frame so the solution is to make Bool variable and set it to false then make init first time and set it to true meanwhile in your code check if its not first time don't update frame with its original frame |
Hello there,
I'm trying to make zoom in my cropper view controller. But it still in the normal size. What could be happening?
Best Regards
The text was updated successfully, but these errors were encountered: