I have a UITableView with a header. the problem I currently have is that the header doesn\'t scroll with the table. I need it to scroll off screen (above) when the
UITableView
Changing the UITableViewStyle from Plain to Grouped make the section header to scroll with the other cells.
UITableViewStyle
Plain
Grouped