-
-
Notifications
You must be signed in to change notification settings - Fork 315
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
How to fix the size of the clipping area #136
Comments
@Rookie131 |
Hi @muukii |
@Rookie131 just like this var options = PhotosCropViewController.Options()
options.aspectRatioOptions = .fixed(.square)
let controller = PhotosCropViewController(..., options: options) |
Hi @muukii |
Hi @muukii |
@Rookie131 |
@muukii |
@Rookie131 |
Hi @muukii |
@Rookie131 |
Overview
I am using Brightroom and I find that the default crop area can be changed by the user.
I want the cropping area to be fixed in size.
How to achieve it?
Reproduce version
latest
The text was updated successfully, but these errors were encountered: