What I'd like to do is somewhat similar to this SO question which reference this MLB app, except instead of a grid, I use SwipeView which is based on UIScrollView.
The answers to that question isn't satisfactory. Seems like you shouldn't need to write the entire animation sequence manually.
Is there a way to do this by simply using presentViewController and the built-in flip transition effect?