I am using a UITableView Which has a Pull down to refresh function but the spinner for pull down to refresh is not showing up when I call the [self.refreshControl beginRefre
I was only able to fix this by calling, from viewDidLoad():
refreshControl.layoutIfNeeded()