ko1o / PYSearch

🔍 An elegant search controller which replaces the UISearchController for iOS (iPhone & iPad) .
MIT License
3.83k stars 752 forks source link

存在搜索建议的时候 上划不响应scrollview did scroll 的代理 #90

Open ghost opened 7 years ago

ghost commented 7 years ago

反而是点击搜索建议会响应这个代理。。 我想做上划收回键盘 ,发现你的代码里已经做了这一点了 但是方法就是不走

ko1o commented 7 years ago

@iOSwxh 那是因为搜索建议的tableView的delegate是PYSearchSuggestionViewController 而不是PYSearchViewController.