Slide 51
Slide 51 text
Animate
[UIView animateWithDuration:duration
animations:^{
toView.center = container.center;
self.sharedView.center = CGPointMake(140, 90);
self.sharedView.bounds = CGRectMake(0, 0, 100, 100);
} completion:^(BOOL finished) {
[transitionContext completeTransition:YES];
}];