ko1o / PYSearch

🔍 An elegant search controller which replaces the UISearchController for iOS (iPhone & iPad) .
MIT License
3.83k stars 752 forks source link

我push过去 为什么取消按钮点的没反应 present就没事 #111

Open lijun783097 opened 7 years ago

ko1o commented 7 years ago

@lijun783097 push 请自己实现取消点击的代理方法,然后执行 pop

/**
 Called when cancel item did press, default execute `[self dismissViewControllerAnimated:YES completion:nil]`.

 @param searchViewController search view controller
 */
- (void)didClickCancel:(PYSearchViewController *)searchViewController;