Learning notes for book iOS Animations by Tutorials.
When a view has several stages of moving animation, it is complicated to use animateWithDuration to implement the animation because it will contain nasty nesting in your code.
Continue reading