Posted
Filed under iphone
[UIView transitionWithView:containerView duration:0.5 
        options
:UIViewAnimationOptionTransitionCurlUp //change to whatever animation you like 
        animations
:^ { [containerView addSubview:subview]; } 
        completion
:nil]; 
뷰이동
애니메이션,에니메이션
2012/01/04 17:32 2012/01/04 17:32