[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) {
    }];

 

posted on 2021-07-29 10:51  懂事长qingzZ  阅读(174)  评论(0编辑  收藏  举报