PYSearch
PYSearch copied to clipboard
🔍 An elegant search controller which replaces the UISearchController for iOS (iPhone & iPad) .
### 问题描述 自定义搜索建议的 cell,选中进入后返回导致搜索建议消失 ### 原因 1,在选中建议时会设置 searchBar.text 为 textLabel.text 自定义cell 不一定设置cell默认textLabel #pragma mark - UITableViewDelegate - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath { UITableViewCell *cell = [tableView cellForRowAtIndexPath:indexPath]; [tableView deselectRowAtIndexPath:indexPath animated:YES];...
1200多行,- (void)searchBarSearchButtonClicked:(UISearchBar *)searchBar方法,断点没有走
有个需求,需要在热门搜索和搜索历史之间插入自定义视图,比如广告,期望可以开放此功能
clear历史搜索记录后,以后打开程序不管怎么操作都一直不显示历史搜索记录
使用push到PYSearchViewController,但是上面的navigationBar消失了,我自定义的navigationBar


PYSearchSuggestionViewController tableView 的contentInset 底部 显示不全,有 30 左右的空间显示不出来.
### 问题描述 #### 重现步骤 #### 预期结果 #### 实际结果 ### 受影响的设备 ### 版本信息 - PYSearch:vX.X.X - Xcode:vX.X.X - macOS:vX.X.X - CocoaPods:vX.X.X