• 周一. 1 月 13th, 2025

5G编程聚合网

5G时代下一个聚合的编程学习网

热门标签

iOS masonary 约束 做动画

admin

11 月 28, 2021
    [UIView animateWithDuration:0.1 animations:^{
        [self.tipImage mas_updateConstraints:^(MASConstraintMaker *make) {
            make.bottom.equalTo(popView.mas_bottom).offset(-(kRatio(54)+BottomHeight));
        }];
        [self.view layoutIfNeeded];/// 一定调用 控件的父view layoutIfNeeded
    } completion:^(BOOL finished) {
    }];

发表回复