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

- (void)keyboardDidShow:(NSNotification *)noti { NSDictionary *info = noti.userInfo; self.keyboardHeight = [info[UIKeyboardFrameEndUserInfoKey] CGRectValue].size.height; self.keyboardShowing = YES; // Adjust the content inset of suggestion view self.searchSuggestionVC.tableView.contentInset = UIEdgeInsetsMake(-30, 0, self.keyboardHeight + 30,...

点击搜索按钮 不跳转到新的控制器. 为什么啊? 因为项目急需, 请帮忙.万分感谢.

我搜索完进入到下一个页面,跳回来历史记录不显示,只有重新进入搜索界面才会显示刚搜索的记录

![_a82](https://user-images.githubusercontent.com/15831569/29068968-7d091ffc-7c6b-11e7-8df5-c5518928623d.jpg) 老哥.我们产品现在的需求shi'zh是这个,searchBar放在了view里面而不是navigation的titleView上面.您的框架可以定制不.在线等.老哥

help wanted

如题 应该会警告warning: could not load any Objective-C class information...的错误 初测会在self.searchSuggestionVC.tableView.contentInset = UIEdgeInsetsMake(-30, 0, 30, 0); 和searchSuggestionVC的懒加载调用了self这里造成死循环 但是还不太清楚解决的入口在哪里,希望作者这里能给点意见,感谢

bug

更新新版本后,第一次进入的时候导航条是隐藏状态,看不到搜索框,输入搜索后返回这个页面有看得到了。 在`viewDidLayoutSubviews`方法中使用` self.navigationController.navigationBar.hidden = NO; `就正常了