Revision: 43967
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at April 4, 2011 17:48 by BenClayton
Initial Code
[UIView transitionWithView:containerView duration:0.2 options:UIViewAnimationOptionTransitionFlipFromLeft animations:^{ [fromView removeFromSuperview]; [containerView addSubview:toView] } completion:NULL];
Initial URL
Initial Description
Initial Title
iOS / iPhone: Flip animation between UIView using block
Initial Tags
Initial Language
Objective C