I am using UITableView with estimatedRowHeight and UITableViewAutomaticDimension. Also I am using NSFetchedResultsControllerDele
UITableView
estimatedRowHeight
UITableViewAutomaticDimension
NSFetchedResultsControllerDele
func viewWillDisappear(animated: Bool) { super.viewWillDisappear(animated) tabelView.reloadData() }
this is work for me