alexanderjarvis / PXAlertView

A drop-in replacement for UIAlertView that is more customisable and skinnable
MIT License
592 stars 95 forks source link

Message font changes require sizeToFit #37

Closed brandonscript closed 10 years ago

brandonscript commented 10 years ago

[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.