I am building an RSS reader using swift and need to implement pull to reload functionality. Here is how i am trying to do it. class FirstViewController: UIViewController, UITableViewDelegate,...
Just curious, as it doesn’t immediately seem possible, but is there a sneaky way to leverage the new iOS 6 UIRefreshControl class without using a UITableViewController subclass? I often...