Hi!
how to convert these line of code (objective c) to c#
here is the code
(BOOL)searchDisplayController:(UISearchDisplayController *)controller shouldReloadTableForSearchString:(NSString *)searchString
{
return YES;
}
Please Help! thanks!