Package apple.uikit.protocol
Interface UISearchResultsUpdating
-
public interface UISearchResultsUpdating
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidupdateSearchResultsForSearchController(UISearchController searchController)Called when the search bar's text or scope has changed or when the search bar becomes first responder.
-
-
-
Method Detail
-
updateSearchResultsForSearchController
void updateSearchResultsForSearchController(UISearchController searchController)
Called when the search bar's text or scope has changed or when the search bar becomes first responder.
-
-