I want to make following: When I drag cells down so that make bounce effect, sectionHeaderView is dragging with first cell. And free space appears between sectionHeader and top edge of tableView. (https://i.stack.imgur.com/kavzj.png)
But I want sectionHeaderView to stay separately from first cell. And free space should appear between sectionHeaderView and first cell when bouncing. (https://i.stack.imgur.com/q2EpU.png)
Is it possible?