remove comment
This commit is contained in:
parent
44b7034b49
commit
7d395ee36f
@ -50,7 +50,6 @@
|
|||||||
[textStorage addLayoutManager:layoutManager];
|
[textStorage addLayoutManager:layoutManager];
|
||||||
|
|
||||||
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
|
|
||||||
textContainer.lineFragmentPadding = 0;
|
textContainer.lineFragmentPadding = 0;
|
||||||
textContainer.lineBreakMode = self.lineBreakMode;
|
textContainer.lineBreakMode = self.lineBreakMode;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user