constant 动画处理

2023-03-06  本文已影响0人  寒雨晚风

    [UIView animateWithDuration: 0.2 delay: 0 options:    UIViewAnimationOptionCurveLinear  animations: ^{

        self.childrenViewHH.constant=241;

        [self.view layoutIfNeeded];

    }completion: ^(BOOLfinished) {

    }];

上一篇 下一篇

猜你喜欢

热点阅读