I try to get notification when the Search button is clicked in the keyboard in the UISearchBar with this :
- (BOOL)textFieldShouldReturn:(UITextField *)textField{
return YES;
}
But this method won’t call when I press the Search button.
Have you tried this delegate
Objective-C:
Swift:
See the documentation for any searchbar delegates.
https://developer.apple.com/documentation/uikit/uisearchbardelegate