I have an animation that runs forward from an IBAction. On the next IBAction I would like it to reverse. I see that animateWithDuration had an autoreverse function but I only want it to go one way each time.
I have figured a workaround by simply loading a reverse array into the view but I am wondering if there's a more elegant solution.