第五章:通过CoreAnimation实现动画效果要点.pptVIP

  • 1
  • 0
  • 约6.98千字
  • 约 28页
  • 2016-06-18 发布于湖北
  • 举报

第五章:通过CoreAnimation实现动画效果要点.ppt

第五章:通过Core Animation实现动画效果 中锐教育研究院 学习目标 UIView的动画 Core Animation Core Animation层 UIView动画实现视图的切换 动画背景 为了使动画制作易于使用 UIKit将动画模型集成于UIView 只需设置简单的属性便可完成动画 完整的动画块 从beginAnimations:context:方法开始 调用commitAnimations:结束 完整的动画 [self.view exchangeSubviewAtIndex:0 withSubviewAtIndex:1];???? //UIView开始动画,第一个参数是动画的标识,第二个参数附加的应用程序信息用来传递给动画代理消息???? [UIView beginAnimations:@View Flip context:nil];???? //动画持续时间???? [UIView setAnimationDuration:1.25];???? //设置动画的回调函数,设置后可以使用回调方法???? [UIView setAnimationDelegate:self];???? //设置动画曲线,控制动画速度???? [UIView? setAnimationCurve: UIViewAnimationCurveEaseInOut];???? /

文档评论(0)

1亿VIP精品文档

相关文档