ios -- Masonry 更新约束

[self.speakerButton mas_remakeConstraints:^(MASConstraintMaker *make) {
            make.left.equalTo(self.authorSepLineView.mas_right).offset(5);
            make.centerY.equalTo(self.authorButton.mas_centerY);
            make.height.equalTo(@15);
        }];

 

posted on 2017-10-09 16:54  麦芽呀~  阅读(4642)  评论(0编辑  收藏  举报