Updating UISearchDisplayController with Core Data results using GCD
- by Brian Halpin
I'm having trouble displaying the results from Core Data in my UISearchDisplayController when I implement GCD. Without it, it works, but obviously blocks the UI.
In my SearchTableViewController I have the following two methods:
- (BOOL)searchDisplayController:(UISearchDisplayController *)controller shouldReloadTableForSearchString:(NSString…