How should one use a UIRefreshControl with QuickDialog (https://github.com/escoz/QuickDialog)? The way I interpret the docs, the control has to be used with a UITableViewController, but I don't think QD uses one.
            Asked
            
        
        
            Active
            
        
            Viewed 28 times
        
    0
            
            
         
    
    
        Josh The Geek
        
- 1,203
- 12
- 24
1 Answers
0
            
            
        You actually can use a UIRefreshControl without a UITableViewController by just adding it to the UITableView as a subview. Alternatively, you can create a UITableViewController and just set its tableview as your own, then set the refreshControl property.
There is more info and example code in this answer.
 
    