I had also got this issue initially, I had resolved my issue from this code
try avoiding the use of self.tableView.reloadData()
instead of this code for dynamic height
[self.tableView reloadSections:[NSIndexSet indexSetWithIndex:0] withRowAnimation:UITableViewRowAnimationFade];