swift reload tableviewcell at index

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

Source

Also in Swift: