-
Notifications
You must be signed in to change notification settings - Fork 358
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
Request to have ability to hide Constrain option #70
Comments
Right now the best way appears to be to use a embedded view instead of the default view controller, but this would be greatly appreciated |
If you go to the PECropViewController, you can simply comment out the code that displays that button on the lower toolbar in viewDidLoad: |
Hey DenVog, |
How about make the modification so that you can set a flag to determine if the Constrain option is shown and then submit a pull request? |
Hey, thanks for the nice lib.
Now since I need to keep the cropped image compatible(same shape) among all users it'd be great if you can provide a way to hide Constrain option. The default value of the Constrain could be configurable ideally.
Cheers,
The text was updated successfully, but these errors were encountered: