Try to scroll tableview to top in ViewController after reloadData of tableView
tableView.scrollToRow(at: IndexPath(row: 0, section: 0), at: .top, animated: false)
Topic:
UI Frameworks
SubTopic:
UIKit
Tags: