IOS自适应布局

[self.shareButton mas_updateConstraints:^(MASConstraintMaker *make) {

make.top.equalTo(self.qrcodeLabel.mas_bottom).with.offset(20);

make.centerX.equalTo(self.view);

make.size.mas_equalTo(CGSizeMake(120, 40));

}];


发表评论

电子邮件地址不会被公开。 必填项已用*标注