I have an section header view. When The user scrolls down, the section header view keeps hovering over the section as long as that section is visible (default behavior).
Is there a way to figure out if the section header view hovers over an row? What I mean is: As long as the header didn't reach the top of the table view, it won't hover over the rows of it's section. But as soon as it does, I need to trigger something.