2018-07-23
2018-07-23 本文已影响0人
惊蛰_e3ce
[UIView animateWithDuration:2 animations:^{
_cornerL.backgroundColor = [UIColor greenColor];
}];
_cornerL是个lable此动画不生效 是UIview则生效
[UIView animateWithDuration:2 animations:^{
_cornerL.backgroundColor = [UIColor greenColor];
}];
_cornerL是个lable此动画不生效 是UIview则生效