Return to Snippet

Revision: 43967
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