andreamazz / AMScrollingNavbar

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

Adding additionalScrollToTopOffset variable #378

Closed alexookah closed 4 years ago

alexookah commented 4 years ago

@andreamazz In my configuration i have a follower and underneath it i have another Uiview as a sticky view. Under the sticky view i have my tableview

I realised that the scrollToTop does not go the correct position because i needed to add some offset in some views. with this additionalScrollToTopOffset gets to the exact correct position.

Hope this gets merged to master :) maybe will be usefull to others as well

andreamazz commented 4 years ago

Perfect, thanks! 👍