0
我想下面的iOS4的工作:的UISearchBar使用自定義的UITableView
-(void)searchDisplayControllerDidBeginSearch:(UISearchDisplayController *)controller {
controller.searchResultsTableView.allowsMultipleSelectionDuringEditing = YES;
}
但UITableView
不支持它。如何更改searchResultsTableView
,以便它使用UDTableView
(https://github.com/ud7/UDTableView-allowsMultipleSelection)而不是UITableView
?
嘗試讓你的類實現此協議:'UISearchDisplayDelegate' – aforaudrey