UIRefreshControl not showing spiny when calling beginRefreshing and contentOffset is 0 [duplicate]
This question already has an answer here: UIRefreshControl - beginRefreshing not working when UITableViewController is inside UINavigationController 14 answers I am not able to see the loading spinner when calling beginRefreshing [self.refreshControl beginRefreshing]; My UITableViewController subclass uses a UIRefreshControl // refresh UIRefreshControl * refreshControl = [UIRefreshControl new]; [refreshControl addTarget:self action:@selector(refreshTableView) forControlEvents:UIControlEventValueChanged]; self.refreshControl = refreshControl; It is working perfectly with user interaction (when