-
-
Notifications
You must be signed in to change notification settings - Fork 190
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
Rotate Public Function in CropViewController #303
Comments
@bobby-kim-km |
Yes. |
I want using my own rotate controller view that outside Mantis crop view |
I checked the #308 and I think you understood it differently, so I'm sorry to say it again |
Hi @bobby-kim-km For your case, your own rotation controller view need to conform to |
Hi @guoyingtao I think that's right. When will this be distributed as an official version and available by swift package manager? |
@bobby-kim-km |
I need to recreate the view to conform with protocol cuz my rotate controller is swiftUI.. |
@bobby-kim-km |
I created a view using RotationControlViewProtocol |
@bobby-kim-km Thank you! |
I also updated #308 to fix some issues. |
This is rotate controller view code
This is config setting code
|
When I touched crop-view the rotate controller view is gone I think it's because of the code below
|
I used 55c7f10 this commit code Thanks u!! 😀 |
@bobby-kim-km |
Okay. I will try |
Hi @bobby-kim-km |
Can you make a public function that can adjust the rotations on the CropView controller?
I want to apply the rotation using the rotary-view I made
The text was updated successfully, but these errors were encountered: