ios8之前都是用UISearchBar + UISearchDisplayController,但是在ios8之后,UISearchDisplayController就无法使用了。
那我们写程序的时候,怎么设置才能保证搜索框在每个版本都能使用?
用第三方库,一般会兼容各个iOS版本