iOS开发之直接使用UISearchBar

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

posted @ 2016-04-15 10:45  wni若安好  阅读(171)  评论(0编辑  收藏  举报