animateAlongsideTransitionCompletion
boolean animateAlongsideTransitionCompletion(UIViewControllerTransitionCoordinator.Block_animateAlongsideTransitionCompletion_0 animation,
UIViewControllerTransitionCoordinator.Block_animateAlongsideTransitionCompletion_1 completion)
Any animations specified will be run in the same animation context as the
transition. If the animations are occurring in a view that is a not
descendent of the containerView, then an ancestor view in which all of the
animations are occurring should be specified. The completionBlock is invoked
after the transition completes. (Note that this may not be after all the
animations specified by to call complete if the duration is not inherited.)
It is perfectly legitimate to only specify a completion block. This method
returns YES if the animations are successfully queued to run. The completions
may be run even if the animations are not. Note that for transitioning
animators that are not implemented with UIView animations, the alongside
animations will be run just after their animateTransition: method returns.