searchBarShouldEndEditing(_:)
Asks the delegate if editing should stop in the specified search bar.
Declaration
optional func searchBarShouldEndEditing(_ searchBar: UISearchBar) -> BoolParameters
- searchBar:
The search bar that is being edited.
Asks the delegate if editing should stop in the specified search bar.
optional func searchBarShouldEndEditing(_ searchBar: UISearchBar) -> BoolThe search bar that is being edited.