andreamazz / AMScrollingNavbar

Scrollable UINavigationBar that follows the scrolling of a UIScrollView
MIT License
6.05k stars 633 forks source link

Allow nav bar to scroll above the screen edges #351

Closed ManueGE closed 5 years ago

ManueGE commented 5 years ago

I am trying to achieve this behaviour:

I have a not translucent navigation bar (gray), a plain view (blue) and a scroll view. The blue view is not the header of the table, is just a view above it. I need the view to scroll along with the navbar to a certain point, and then stop scrolling.

I'd like to know if there is a way to solve with the current state of the project. I have been playing with followers, but I didn't make it. I've made some changes in the repo to achieve this video, and it seems to work, but still a little buggy. If you are interested in this feature, I can submit a PR to review.

ManueGE commented 5 years ago

closed after #352 is merged