I'm animating every UIView in an array and want to know, when all animations are finished. For example: I'm showing 10 UIViews on a ViewController with a simple scale animation and for every UIView a small delay. After all 10 animations finished, I would like to do another animation in the completion block.
How do I know when all animations are finished?