alexanderjarvis / PXAlertView

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

Changing Font Size Should Redraw Alert #28

Closed sam899 closed 9 years ago

sam899 commented 10 years ago

If you change the font for a long multiple line message or title, the label heights should be recalculated.

For example, decreasing the font size will cause large spaces at the top and bottom of the message.

alexanderjarvis commented 9 years ago

I never intended to change the font size of the text personally so consider this a non-issue. However if you want to call layoutSubviews() after changing things then that should do the trick.