这非常令人沮丧:即使搜索字符串为空,我也试图在 UISearchDisplayController 中显示未过滤的结果。
添加调试代码numberOfSectionsInTableView:
并numberOfRowsInSection:
显示当我的搜索字符串为空时,将返回非零整数,但从cellForRowAtIndexPath:
不调用!表格视图似乎被隐藏了。
我尝试设置无济于事tableview.hidden=NO;
。searchDisplayController:(UISearchDisplayController *)controller didHideSearchResultsTableView:(UITableView *)tableView
这并不难实现,我想这是一件很常见的事情!