Is there a way to apply a refresh control to a UITableView
which is set in a UIViewController
?
The solution I found requires subclassing of UITableViewController
, which is troublesome for me because I need to subclass a UIViewController
not a UITableViewController
, and I don't see any method under the documentation of UITableView
that allows me to set a refresh control on it.
Any help would be very much appreciated!