I am using UITableView with estimatedRowHeight and UITableViewAutomaticDimension. Also I am using NSFetchedResultsControllerDele
UITableView
estimatedRowHeight
UITableViewAutomaticDimension
NSFetchedResultsControllerDele
tableView.reloadData() if tableView.numberOfRowsInSection(0) > 0 { let indexPath = NSIndexPath(forRow: 0, inSection: 0) self. tableView.scrollToRowAtIndexPath(indexPath, atScrollPosition: .Top, animated: true) }