ios开发 各种动画效果
摘要:
.h文件中@interface ViewController:UIViewController{ IBOutlet UIImageView *imageView;}一、UIView 简单的动画效果(UIViewAnimation)1.向上翻页[UIView beginAnimations:@"animationID" context:nil];[UIView setAnimationDuration:8];[UIView setAnimationCurve:UIViewAnimationCurveEaseOut];[UIWindow setAnimationsEnabled 阅读全文
posted @ 2013-06-07 13:05 Hai_阔天空 阅读(2409) 评论(0) 推荐(0)
浙公网安备 33010602011771号