AutoLayoutLabel

- (void)setBounds:(CGRect)bounds {

[super setBounds:bounds];

if (bounds.size.width != self.preferredMaxLayoutWidth) {

self.preferredMaxLayoutWidth = self.bounds.size.width;

[self setNeedsUpdateConstraints];

}

}

时间: 2024-12-11 21:06:50

AutoLayoutLabel的相关文章