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

在plus上 ``` [self.searchBar becomeFirstResponder] ``` backbutton往左移了10像素左右

当自定义搜索建议的cell且searchTextDidChange中执行搜索时,搜索结果列表没有刷新。查看源代码为 ``` - (void)setSearchSuggestions:(NSArray *)searchSuggestions { if ([self.dataSource respondsToSelector:@selector(searchSuggestionView:cellForRowAtIndexPath:)]) { // set searchSuggestion is nil when cell of suggestion view is custom. _searchSuggestions = nil; return; } _searchSuggestions = [searchSuggestions...

我把返回按钮中的“返回”字体去掉了,导致在iPhone 8p中返回按钮点击没有响应。

PYSearch可以加在tableView的header上吗?

1.关键字和放大镜🔍重叠一起。demo没有问题,运行到项目里就有问题。 2.作者能把自动横屏关掉吗。 3.PYSearchResultShowModeEmbed模式下,我的搜索数据怎么传。

用导航push进来的,不能修改导航栏的返回按钮。 < Back 。流批

Remove the animation when become first responder

![96a99234-6069-4cef-8488-d3bef06404b8](https://user-images.githubusercontent.com/14834283/45251650-36b5c980-b37c-11e8-9019-35bd2a02c7c6.png)

Space is eliminated between words in the search history, which later doesn't show correct results. Refer the attachment. ![search](https://user-images.githubusercontent.com/39078911/44456900-74e28780-a61f-11e8-8a6e-fbbcb6bf0c9d.png)