How to Disable UITableView Section Header scrolling in ios Swift
When scroll the tableview table section header should not scroll from his place only table cells should scrollable. I selected UITableView style plain and disabled Bounce on scroll. But, Still it is little bit scrolling with table view cells when…