ios -- Masonry 更新约束

Posted 其意亦凡

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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);
        }];

 

以上是关于ios -- Masonry 更新约束的主要内容,如果未能解决你的问题,请参考以下文章