ko1o / PYSearch

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

搜索建议返回界面消失 #231

Open xiuqiao opened 5 years ago

xiuqiao commented 5 years ago

问题描述

自定义搜索建议的 cell,选中进入后返回导致搜索建议消失

原因

1,在选中建议时会设置 searchBar.text 为 textLabel.text 自定义cell 不一定设置cell默认textLabel

pragma mark - UITableViewDelegate

2,在返回刷新数据的时候会根据 !self.searchBar.text.lengt 来决定是否隐藏 searchSuggestionView,这个时候 searchBar.text 被设置为空了,,,,