PYSearch icon indicating copy to clipboard operation
PYSearch copied to clipboard

🔍 An elegant search controller which replaces the UISearchController for iOS (iPhone & iPad) .

Results 101 PYSearch issues
Sort by recently updated
recently updated
newest added

1.如果用自己的navController时候,你设置searchSuggestionVC的y为64,会导致界面向下偏移64。这问题让我找了好久,我还以为是自己写的导航栏有问题。 2.PYSearchSuggestionViewController的Cell 允许自定义就好了。 3.点击PYSearchSuggestionViewController的cell,可以把回调公开出去。 这是本人一点小建议,希望作者考虑一下哈

(UILabel *)setupTitleLabel:(NSString *)title 这个方法可以修改成功热门搜索这几个字的大小, 但是默认的搜索历史cell样式, 字体大小修改没效果

请问如果我搜索记录就是列表一条一条显示的,但是清空按钮在搜索记录右侧,应该怎么设置呢?就是历史记录显示样式是section=0,而清空clear按钮是section=1的这种样式应该怎么设置,改了好几次总是不对

目前iOS11上搜索框和取消整体偏右下,点击也无法返回,这个问题看记录应该存在一个月了,还是没有解决吗?

VC1 和 VC2 都用到 PYSearch, 能不能把 各自的搜索历史 区别开来,当前 VC 搜索的不会在另外的 VC 里面显示?

Do not remove space from search text when it shows in search history. Is there any workaround for now.