iOS-搜索框 模糊查询 1 (UISearchController 和 UISearchBar)
一、模糊查询第一种方法:UISearchController1.代理协议和属性相关代理协议:UITableViewDelegate,UITableViewDataSource,UISearchControllerDelegate,UISearchResultsUpdating属性://tableView@property(strong,nonatomic)UITableView*tableView