I have a ListView that lives on top of another view.
The very first cell of the ListView is transparent so that you can see the view behind it and then scroll the rest of the contents over it.
I would like the background view to capture touch events only when the transparent cell is on top of it. Is this possible? I tried a million different approaches with overriding dispatch touch event in the first cell or on the listview but haven't had any success.