mutualmobile / MMProgressHUD

An easy-to-use HUD interface with personality.
MIT License
705 stars 131 forks source link

Title label first time height issue #33

Open raviscns opened 9 years ago

raviscns commented 9 years ago

Hello,

First of all , it's a great control.

I have found one issue where adding long text on title label, it truncate the text first time and from second time onwards it displays properly. Now i think it might be the issue on this function "applyLayoutFrames" where you are calculating the size first before applying the fonts to title label and because of it this function "statusSizeForMessageText" returning the wrong size.