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 更新约束的主要内容,如果未能解决你的问题,请参考以下文章

Masonry 动画更新约束

Masonry remake更新约束

Masonry整体动画更新约束

iOS开发Masonry的使用

Masonry的简单实用(使用心得)

原iOS学习之Masonry第三方约束