Contents

searchBarTextDidEndEditing(_:)

Tells the delegate that the user finished editing the search text.

Declaration

optional func searchBarTextDidEndEditing(_ searchBar: UISearchBar)

Parameters

  • searchBar:

    The search bar that is being edited.

Discussion

Typically, you implement this method to perform the text-based search.

See Also

Managing the search text