Description
This isn't really an issue, but more an help request.
I am trying to use the library in my project, however I was wondering if and how I could support / add a different behavior to hide and show the title.
Basically what I would like is when the user is scrolling down (swiping up) hide the title an keep tabs sticky, when the user is scrolling up (scrolling treshold??) showing again the title even if the offset of the current scrollable content did not reach 0. More or less the behavior that we see on the navigationBar when hidesBarsOnSwipe is set.
Do you think this will be possible, if yes could you point me in the right direction? I'm willing to make the modification myself in a fork.
Thanks in advance for your help and for open sourcing this library