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);
        }];
相關文章
相關標籤/搜索