constant 动画处理
2023-03-06 本文已影响0人
寒雨晚风
[UIView animateWithDuration: 0.2 delay: 0 options: UIViewAnimationOptionCurveLinear animations: ^{
self.childrenViewHH.constant=241;
[self.view layoutIfNeeded];
}completion: ^(BOOLfinished) {
}];
[UIView animateWithDuration: 0.2 delay: 0 options: UIViewAnimationOptionCurveLinear animations: ^{
self.childrenViewHH.constant=241;
[self.view layoutIfNeeded];
}completion: ^(BOOLfinished) {
}];