mrackwitz / MRProgress

Collection of iOS drop-in components to visualize progress
MIT License
2.55k stars 306 forks source link

Overlay doesn't cover screen after keyboard dismissal #112

Open MichelleMcCabe opened 8 years ago

MichelleMcCabe commented 8 years ago

Hi @mrackwitz !

Still loving your progress view! :-)

It's misbehaving slightly when my keyboard is dismissed. I have a table view with a search bar. When my view loads it overlays the entire view:

img_0940

When something is typed in the search bar the keyboard is shown.

img_0943

After keyboard dismissal, there is an empty space at the bottom of the view that the overlay does not cover.

img_0944

I'm guessing the views are laid out again when the keyboard is dismissed and that is where the overlay isn't happy? Michelle