`NSCompoundPredicate` is a subclass of `NSPredicate` used to represent logical “gate” operations (AND/OR/NOT) and comparison operations.
I'm trying to filter a UITableView's data using a UISearchDisplayController and NSCompoundPredicate. I have a custom cell with 3 UILabels that …
objective-c uisearchbar uisearchdisplaycontroller nscompoundpredicate