How can I change strings of \"Cancel\" button, \"No Results\" label in UISearchBar of UISearchDisplayController?
In order to change the "no result" text you can use :
[self.searchDisplayController setValue:@"my no result text" forKey: @"noResultsMessage"];
I've just tested in iOS8