I am using this tutorial to implement a pull-to-refresh behavior with the RefreshControl. I am using a Navigation Bar. When using normal titles eve
RefreshControl
Navigation Bar
If you were using tableView.tableHeaderView = refreshControl or tableView.addSubView(refreshControl) you should try using tableView.refreshControl = refreshControl
tableView.tableHeaderView = refreshControl
tableView.addSubView(refreshControl)
tableView.refreshControl = refreshControl