|
let indexPath = IndexPath(row: 0, section: 0)
|
|
let indexPath = IndexPath(row: 0, section: 0)
|
|
tableView.scrollToRow(at: indexPath, at: UITableView.ScrollPosition.top, animated: true)
|
|
tableView.scrollToRow(at: indexPath, at: UITableView.ScrollPosition.top, animated: true)
|