searchBarTextDidBeginEditing(_:)
Tells the delegate when the user begins editing the search text.
Declaration
optional func searchBarTextDidBeginEditing(_ searchBar: UISearchBar)Parameters
- searchBar:
The search bar that is being edited.
Tells the delegate when the user begins editing the search text.
optional func searchBarTextDidBeginEditing(_ searchBar: UISearchBar)The search bar that is being edited.