标签:block 动画
[UIView animateWithDuration:2 delay:0 options:UIViewAnimationOptionCurveEaseInOut animations:^{
想要修改的属性
self.changeView.backgroundColor = [UIColor lightGrayColor];
} completion:^(BOOL finished) {
完成时执行
}];
标签:block 动画
原文地址:http://qccccc.blog.51cto.com/6004423/1554471