iOS翻牌效果

2015-06-28 0 623
iOS翻牌效果
    - (IBAction)rotate:(id)sender {  
        [UIView beginAnimations:@"View Filp" context:nil];  
        [UIView setAnimationDelay:0.25];  
        [UIView setAnimationCurve:UIViewAnimationCurveLinear];  
        [UIView setAnimationTransition:UIViewAnimationTransitionFlipFromLeft forView:_viewRotate cache:NO];  
        [UIView commitAnimations];  
    }  

遇见资源网 objective-c iOS翻牌效果 http://www.ox520.com/17603.html

常见问题

相关文章

发表评论
暂无评论
官方客服团队

为您解决烦忧 - 24小时在线 专业服务