Hi i have a MBProgressHUD on my iPad screen. Works perfectly fine. But i want to change the label to show in three lines.Like this
self.hud = [[MBProgressHU
I had a question like this, too !
You can set hud.label.numberOfLines = 0;
hud.label.numberOfLines = 0;
And it works!