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
what work in my project was :
UIView.PerformWithoutAnimation(() => { tableView.ReloadData(); tableView.LayoutIfNeeded(); });
(it's in c# xamarin...but the same with swift of objective c)