I added an infinite scrolling feature and realized that whenever I reload the uitableview, the view flickers..I am not sure how to fix the flickering at this point. Please h
Yes, try this and you are done!!
UIView.performWithoutAnimation { self.tableView.reloadRows(at: [indexPath], with: .none)
}
Happy coding !!