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 button where I want it to animate FIRST, THEN go the second view but the button goes straight to the second view controller, even though I put animView.startCanvasAnimation() in my IBAction, I even tried to transform to the second view programmatically, but it didn't work. Please Help!
The text was updated successfully, but these errors were encountered:
I have a button where I want it to animate FIRST, THEN go the second view but the button goes straight to the second view controller, even though I put
animView.startCanvasAnimation()
in my IBAction, I even tried to transform to the second view programmatically, but it didn't work. Please Help!The text was updated successfully, but these errors were encountered: