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

calling showSuccess() on view with a tableview scroll to top #83

Open bb-git opened 8 years ago

bb-git commented 8 years ago

I have a view that contains a tableview. Calling KVNProgress.showSuccess() scrolls the tableview to the top after the success overlay disappeared. This only happens when the keyboard is visible.

KVNProgress.showSuccessWithStatus("", onView: self.view) works without problems

kevin-hirsch commented 8 years ago

Hello @bb-git, could you show some code where you use KVNProgress, please? 🙃 Also, can you try using this version of KVNProgress and tell me if you still have this bug:

pod 'KVNProgress', :git => 'https://github.com/AssistoLab/KVNProgress.git', :commit => '302514b'

Thanks!