From 44b7034b49999da414cee0c814527906742844ad Mon Sep 17 00:00:00 2001 From: Chris Yang Date: Tue, 14 Aug 2018 15:43:31 -0400 Subject: [PATCH] boudning fix --- MVMCore/MVMCore/Categories/UILabel+MFCustom.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MVMCore/MVMCore/Categories/UILabel+MFCustom.m b/MVMCore/MVMCore/Categories/UILabel+MFCustom.m index d41be5a..e485a53 100644 --- a/MVMCore/MVMCore/Categories/UILabel+MFCustom.m +++ b/MVMCore/MVMCore/Categories/UILabel+MFCustom.m @@ -51,7 +51,7 @@ 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;