I\'m having trouble resizing a tableHeaderView. It simple doesn\'t work.
1) Create a UITableView and UIView (100 x 320 px);
2) Set the UIView as tableHeaderV
Did you try [self.tableView reloadData] after changing the height?
[self.tableView reloadData]