[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) {
}];
本文标题:constant 动画处理
本文链接:https://www.haomeiwen.com/subject/uwmmldtx.html
网友评论