dissmiss a UISearchBar with an SearchBarController

If you want do dissmiss a UISearchBar with an SearchBarController, just use this Code:

[self.searchDisplayController setActive:NO animated:YES];
原文地址:https://www.cnblogs.com/GnagWang/p/3239980.html