diff --git a/MVMCore/MVMCore/Categories/UILabel+MFCustom.m b/MVMCore/MVMCore/Categories/UILabel+MFCustom.m index d41be5a..f1575b9 100644 --- a/MVMCore/MVMCore/Categories/UILabel+MFCustom.m +++ b/MVMCore/MVMCore/Categories/UILabel+MFCustom.m @@ -50,8 +50,7 @@ [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.lineFragmentPadding = 0; textContainer.lineBreakMode = self.lineBreakMode;