MBProgressHUD to show label text in more than one line

后端 未结 4 1859
情深已故
情深已故 2021-02-05 09:03

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         


        
4条回答
  •  旧时难觅i
    2021-02-05 09:21

    I had a question like this, too !

    You can set hud.label.numberOfLines = 0;

    And it works!

提交回复
热议问题