Message font changes require sizeToFit
brandonscript opened this issue · 0 comments
brandonscript commented
[self.messageLabel sizeToFit];
should be used when setting the message font; if you use a font other than the system font, you'll end up with truncated text.
Except that makes it goofy too. Something to do with AutoLayout, will re-open when I have a solution.