PYSearch
PYSearch copied to clipboard
🔍 An elegant search controller which replaces the UISearchController for iOS (iPhone & iPad) .
在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

Space is eliminated between words in the search history, which later doesn't show correct results. Refer the attachment. 