参数1. 动画时长 参数2.Block(对UIView 属性动画的封装)
[UIView animateWithDuration:2 animations:^{
里面设置要修改的属性
self.changeView.backgroundColor = [UIColor purpleColor];
}];
时间: 2024-12-20 01:12:34
参数1. 动画时长 参数2.Block(对UIView 属性动画的封装)
[UIView animateWithDuration:2 animations:^{
里面设置要修改的属性
self.changeView.backgroundColor = [UIColor purpleColor];
}];