If you want do dissmiss a UISearchBar with an SearchBarController, just use this Code:
[self.searchDisplayController setActive:NO animated:YES];
If you want do dissmiss a UISearchBar with an SearchBarController, just use this Code:
[self.searchDisplayController setActive:NO animated:YES];