diff --git a/MVMCore/MVMCore/Categories/UILabel+MFCustom.m b/MVMCore/MVMCore/Categories/UILabel+MFCustom.m index e485a53..f1575b9 100644 --- a/MVMCore/MVMCore/Categories/UILabel+MFCustom.m +++ b/MVMCore/MVMCore/Categories/UILabel+MFCustom.m @@ -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;