Block 动画 第三种
更新:HHH   时间:2023-1-7





 [UIView animateWithDuration:2 delay:0 options:UIViewAnimationOptionCurveEaseInOut animations:^{
        想要修改的属性
        self.changeView.backgroundColor = [UIColor lightGrayColor];
     } completion:^(BOOL finished) {
         完成时执行
        
     }];

返回开发技术教程...