PinnedHeaderListView icon indicating copy to clipboard operation
PinnedHeaderListView copied to clipboard

How to intercept touch events on the pinned section view?

Open bytebeats opened this issue 9 years ago • 0 comments

When a section view is pinned at the top of screen, it becomes the pinned section view, any touch events like click, swipe will be passed to the item views behind it. But when a section view is not pinned, any click events can be listened. So do you have any idea to intercept click events occurred on a pinned section view?

bytebeats avatar Feb 17 '16 07:02 bytebeats