let indexPath = IndexPath(item: noOfRows, section: 0) yourTableView.scrollToRow(at: indexPath, at: UITableView.ScrollPosition.bottom, animated: true)