searchBarBookmarkButtonClicked(_:)
Tells the delegate that the bookmark button was tapped.
Declaration
optional func searchBarBookmarkButtonClicked(_ searchBar: UISearchBar)Parameters
- searchBar:
The search bar that was tapped.
Discussion
There is no automatic bookmark support provided by the search bar. It’s the application’s responsibility to implement this method to perform some action if the bookmark button is tapped by the user.