-
Notifications
You must be signed in to change notification settings - Fork 103
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 Actor around pivot point. #164
Comments
Hey there @fortmarek I figured that out |
Thanks! Maybe it would be great if this was made available as a public property, @JohnSundell? 😄 |
@fortmarek Yeah sounds great, feel free to implement it as a public property on |
Just one thing to keep in mind is that this property may behave a bit differently on macOS compared to iOS+tvOS, due to coordinate system differences. Just something to test for as this is being implemented 🙂 |
I would like to rotate
Actor
withUIImage
to rotate around a defined pivot point but I have not been able to find how to achieve this.When I tried to find a solution, the best answer was this: https://stackoverflow.com/questions/27658454/swift-rotating-an-image-in-an-uiimageview-defined-in-the-main-storyboard
What I am trying to achieve:
The text was updated successfully, but these errors were encountered: