telly / TLYShyNavBar

Unlike all those arrogant UINavigationBar, this one is shy and humble! Easily create auto-scrolling navigation bars!
MIT License
3.73k stars 427 forks source link

Nav Bar gets stuck midway through transition state when using the interactivePopGestureRecognizer #182

Open scottasoutherland opened 7 years ago

scottasoutherland commented 7 years ago

When swiping to go back to a previous view controller, it's possible to get the NavBar in a bad state where it seems to be stuck midway through a transition. This is reproducible in the demo app. I've attached a video showing it happening (zipped because movie files arent allowed).Depending on what else you have in the Nav Bar, the results can be more problematic. In one app i'm attempting to use this project in, you can get stuck in the current view controller and are unable to go back via either the back button or the swipe back gesture.
bug_repro.zip

scottasoutherland commented 7 years ago

I'd be interested in possible workarounds.

ghost commented 7 years ago

me too