The difference between animateWithDuration and transitionWithView
I am currently focusing my effort on learning how to create animations in iOS. I started reading and following along with Marin Todorov book, iOS Animations by Tutorials.
So far I am really enjoying the book. In an attempt to better understand the concepts in the book and make them stick in my head, I have been coding sample applications and plan on blogging on the subject. The first of these blog posts, based on a question which popped into my head, “what is the difference between animateWithDuration and transitionWithView?”