I have a table view linked to a NSFetchedResultController (i.e. loading data and also tracking changes to data is bound to the FRC)
NSFetchedResultController
I\'m not using Auto
Auto
Yeah, you can achieve a similar result from the @Sandy's answer using performWithoutAnimation (Swift Version)
performWithoutAnimation
UIView.performWithoutAnimation { self.tableView.reloadRows(at: [indexPath], with: .none) }