jdg / MBProgressHUD

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

Position of MBProgressHUD change #468

Closed ACommonChinese closed 6 years ago

ACommonChinese commented 7 years ago

Hi, In the stackoverflow, i searched a problem: http://stackoverflow.com/questions/25602009/mbprogresshud-resets-positions-of-uiviews-during-loading

And I did run into a problem something like that. ie, in the controller's view, there is a scroll view, if the scroll view is scrolling, and the MBProgressHUD appear, the position of MBProgressHUD will change compare with previous MBProgressHUD. I think may be it is because the controller's view resets to original position while scroll view is scrolling?

Thanks.

matej commented 7 years ago

Can you put up a screencast showing this behavior? Just so we are on the same page. Are you adding MBProgresHUD to your scroll view?