Have you tried this delegate
Objective-C:
- (void)searchBarSearchButtonClicked:(UISearchBar *)searchBar
Swift:
func searchBarSearchButtonClicked(searchBar: UISearchBar)
See the documentation for any searchbar delegates.
https://developer.apple.com/documentation/uikit/uisearchbardelegate