My cells all have varying heights, determined by text entered by the user.
Whatever height the last cell takes on seems to determine (change) the height for all remaining blank cells.
It doesn't appear that heightForRowAtIndexPath is getting called for these remaining, empty cells, nor is CFRAIP.
Does anyone know how to fix this or why it is happening?
Put this code in viewDidLoad of the the viewController where Tableview is placed.
self.tableView.tableFooterView = [[UIView alloc] init];
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With