From 7d395ee36fe3c21d35f373c83c9e82e3a0ada1d6 Mon Sep 17 00:00:00 2001 From: "Pan, Xinlei (Ryan)" Date: Tue, 14 Aug 2018 16:24:15 -0400 Subject: [PATCH] remove comment --- MVMCore/MVMCore/Categories/UILabel+MFCustom.m | 1 - 1 file changed, 1 deletion(-) 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;