How to make my RefreshControl appear during ViewDidAppear
问题 I've answered this question myself - just leaving it here now for people with the same issue. My code is fairly simple - A custom table with a datasource to provide data asynchronously from a web service. In order to get the nicest user experience I would like to have the UIRefreshControl animate the process of loading whenever this controller appears, instead of just when the list has been pulled down. Unfortunately the UIRefreshControl does not appear at all if I call my method during