//设置某个View的宽高比 [thumbImageView mas_makeConstraints:^(MASConstraintMaker *make) { make.top.equalTo(@0); make.left.equalTo(@0); make.width.equalTo(self); make.height.equalTo(thumbImageView.mas_width).multipliedBy(0.8); }];
时间: 2024-10-29 19:05:38
//设置某个View的宽高比 [thumbImageView mas_makeConstraints:^(MASConstraintMaker *make) { make.top.equalTo(@0); make.left.equalTo(@0); make.width.equalTo(self); make.height.equalTo(thumbImageView.mas_width).multipliedBy(0.8); }];