For a view controller using a search display controller, you can set
self.searchDisplayController.active = NO;
// or:
[self.searchDisplayController setActive:NO animated:YES];
to dismiss the search interface.
For a view controller using a search display controller, you can set
self.searchDisplayController.active = NO;
// or:
[self.searchDisplayController setActive:NO animated:YES];
to dismiss the search interface.