iOS开发中经常需要使用SearchBar,我们可以选择使用UISearchBar+UISearchController或者UISearchBar+UISearchDisplayController(iOS8以前,现在不建议使用)或者直接使用UIsearchBar。UISearchBar+UISearchController和UISearchBar+UISearchDisplayController实现方式差不多,在搜索时将出现覆盖导航栏,而直接使用UIsearchBar对UI不会进行修改。直接使用UISearchBar的Demo如下SearchbarDemo.zip。