OfTheWolf / TwitterProfile

Nested scrolling with pager just like in Twitter and Instagram profile.
MIT License
267 stars 45 forks source link

Odd scroll jumping when navigating from profile #16

Open cerupcat opened 4 years ago

cerupcat commented 4 years ago

If you pushViewController from bottomViewController when scrolled to the bottom of the tableView, the position of the scrollView changes by the minHeaderHeight() for some reason.

If the bottomViewController isn't scrolled to the bottom, everything is fine. However, when scrolled to the bottom, when you push a new viewcontroller onto the stack, the bottomViewController shifts.

maxkillpo commented 4 years ago

I am also