摘要: 最普通动画://开始动画[UIView beginAnimations:nil context:nil];//设定动画持续时间[UIView setAnimationDuration:2];//动画的内容frame.origin.x += 150;[img setFrame:frame];//动画结... 阅读全文
posted @ 2015-06-09 17:15 曦曦果果 阅读(186) 评论(0) 推荐(0)