Like below code:
let indexPath = IndexPath(row: 1, section: 0) tableView.scrollToRow(at: indexPath, at: .top, animated: true)
Whether have a