Merge pull request #30 in BPHVB/mvm_core from bugfix/uilabelbounding to develop
* commit '7d395ee36fe3c21d35f373c83c9e82e3a0ada1d6': remove comment boudning fix
This commit is contained in:
commit
55a6c4fe48
@ -50,8 +50,7 @@
|
|||||||
[textStorage addLayoutManager:layoutManager];
|
[textStorage addLayoutManager:layoutManager];
|
||||||
|
|
||||||
NSTextContainer *textContainer = [[NSTextContainer alloc] initWithSize:self.bounds.size];
|
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;
|
textContainer.lineBreakMode = self.lineBreakMode;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user