telly / TLYShyNavBar

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

Scrollview's content offset changes after navigation push #104

Open upsidejames opened 8 years ago

upsidejames commented 8 years ago

When pushing into another view controller and going back, the scrollView's position changes.

I was able to reproduce this in the demo project here by adding a navigation push. https://github.com/level1james/TLYShyNavBar

(I noticed that the Telly app doesn't exhibit this behavior though)

Edit: I found that reverting to a prior version fixes the issue. commit b676a02 is the latest version that doesn't exhibit this bug.

Mazyod commented 8 years ago

This is really helpful, I'll reopen so I can look into this and fix it in the latest release.

szcsab commented 7 years ago

HI! Any update about this bug?