You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a rotation gesture added to my canvas like so:
canvas.addRotationGestureRecognizer { (rotation, velocity, state) -> () in
}
I want to change the rotation of a view located at the center of the gesture.
Is there something like a locations property on this gesture like some of the other C4 gestures have??
If so how can I access it?
The text was updated successfully, but these errors were encountered:
I have a rotation gesture added to my canvas like so:
canvas.addRotationGestureRecognizer { (rotation, velocity, state) -> () in
}
I want to change the rotation of a view located at the center of the gesture.
Is there something like a locations property on this gesture like some of the other C4 gestures have??
If so how can I access it?
The text was updated successfully, but these errors were encountered: