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
create sectionHeader view in a new method and then add to the end:
self.tableView.tableHeaderView = sectionHeader;