boudning fix
This commit is contained in:
parent
3cec2459b0
commit
44b7034b49
@ -51,7 +51,7 @@
|
|||||||
|
|
||||||
NSTextContainer *textContainer = [[NSTextContainer alloc] initWithSize:self.bounds.size];
|
NSTextContainer *textContainer = [[NSTextContainer alloc] initWithSize:self.bounds.size];
|
||||||
// commenting out for after ios 10. keep this commented code for future references and monitoring
|
// commenting out for after ios 10. keep this commented code for future references and monitoring
|
||||||
//textContainer.lineFragmentPadding = 0;
|
textContainer.lineFragmentPadding = 0;
|
||||||
textContainer.lineBreakMode = self.lineBreakMode;
|
textContainer.lineBreakMode = self.lineBreakMode;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user