Glitchy animation of UIRefreschControl with large titles for navigation bar
问题 I have a controller embedded in a navigation controller with Large Titles and a UIRefreshControl. When I pull-to-refresh on my tableView, the animation of the activity indicator is very glitchy. I don't know if I have a bad behaviour in my code ? tableView.refreshControl = UIRefreshControl() tableView.refreshControl?.addTarget(self, action: #selector(downloadData), for: .valueChanged) 回答1: If your have set your navigation bar translucency appearance to false, then you need to include the