Swift Reload TableViewCell en el índice

let indexPath = IndexPath(item: rowNumber, section: 0)
tableView.reloadRows(at: [indexPath], with: .top)
Ill Ibex