SDAutoLayout icon indicating copy to clipboard operation
SDAutoLayout copied to clipboard

Error frame with nsattributetext

Open anhmuonnoi opened this issue 6 years ago • 0 comments

i set frame : label.sd_layout .leftSpaceToView(self.view, 10) .rightSpaceToView(self.view, 10) .bottomSpaceToView(self.view, 70) .autoHeightRatio(0); label.isAttributedContent = YES; after click button click, i update _label.sd_layout.maxHeightIs(100); error lable cannot bottomSpaceToView(self.view, 70),

anhmuonnoi avatar Oct 08 '18 18:10 anhmuonnoi