Open bb-git opened 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!
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