remove comment

This commit is contained in:
Pan, Xinlei (Ryan) 2018-08-14 16:24:15 -04:00
parent 44b7034b49
commit 7d395ee36f

View File

@ -50,7 +50,6 @@
[textStorage addLayoutManager:layoutManager];
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.lineBreakMode = self.lineBreakMode;