Doh !!!
Right under this code I had
// specify the height of your footer section - (CGFloat)tableView:(UITableView *)tableView heightForFooterInSection:(NSInteger)section { //differ between your sections or if you //have only on section return a static value return 50; }
Which parameter UIView ignores everything that is less than 50 pixels. Changed it to 100 and I was good.
source share