uiview 的setAnimationTransition : forView 方法实现翻页效果

 
    [UIView beginAnimations:nil context:nil];
    [UIView setAnimationTransition:UIViewAnimationTransitionCurlUp forView:_imageViewFirst cache:YES];
    [UIView setAnimationDuration:1.0f];
    [UIView commitAnimations];

 

posted @ 2015-03-31 10:41  曹县三胖暴打大猩猩  阅读(326)  评论(0编辑  收藏  举报