AssistoLab / KVNProgress

KVNProgress is a fully customizable progress HUD that can be full screen or not.
MIT License
1.24k stars 202 forks source link

Progress jumps into upper left corner on applicationDidBecomeActive #91

Open ph11852 opened 8 years ago

ph11852 commented 8 years ago

Hi, When I display the overlay with [KVNProgress showWithStatus:text], press the home button (or pull out the iOS side menu from the split screen) and go back into the app again, the overlay moves into the upper left corner.

kvnprogress

horaciogarza commented 8 years ago

Hi @ph11852, I currently have the same problem ¿Did you knew how to fix it?

ph11852 commented 8 years ago

Hi,

I fixed this issue in a forked repo: https://github.com/ph11852/KVNProgress

Unfortunately, the PR is not merged yet.