I implemented -(UIView *)tableView:(UITableView *)tableView viewForFooterInSection:(NSInteger)section
and my footer shows up below the last UITableView cell. So far so good.
Is there a way to make the footer view stick to the bottom of the screen? If there are only a few rows to the table view it is kind of weird that there is white after the footer. In CSS I would be looking for something like bottom: 0px
Thanks