I have created a table view header using the answer here.
My problem is that when creating the header this way, it does not \"stick\" to the top of my UITableView wh
Just drag tableview cell first, then your view for the header above. And afterward, remove the unneeded cell. The header will remember its position.