Ok I don\'t know why this isn\'t working, but I have hooked up a tableView, with 19 items of text I\'d like to set to each cell.
The cells populate just fine, but wh
This helped me:
[self.tableView setContentInset:UIEdgeInsetsMake(0,0,65,0)];