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!