jdg / MBProgressHUD

MBProgressHUD + Customizations
http://www.bukovinski.com/
MIT License
16.01k stars 3.56k forks source link

Why MBProgressHUD cannot show in the middle of my screen? #425

Closed kevinlee85 closed 6 years ago

kevinlee85 commented 8 years ago

Hi : I have one tableView in my UIViewController. When i scrolled down some items(more than one page), then fire MBProgressHUD to show up. I think MBProgressHUD maybe show up at the very beginning of the screen, but not the middle of the visible part. Do you know how to fix it?

ZhaoheMHz commented 8 years ago

just add the hud to self.view? you can have a try

matej commented 8 years ago

See https://github.com/jdg/MBProgressHUD/issues/343