Search in PFQueryTableView not working
问题 I have PFQueryTableView with UISearchBar to search users from my user class on Parse server but I never get it working. Here is my code: SearchViewController.h #import <Parse/Parse.h> @interface PAWUserSearch1ViewController : PFQueryTableViewController @end SearchViewController.m #import "SearchViewController.h" #import "PAWAppDelegate.h" @interface SearchViewController () <UIGestureRecognizerDelegate, UISearchBarDelegate, UISearchDisplayDelegate> @property (strong, nonatomic) IBOutlet