UISearchController.SetSearchResultsUpdater Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Assigns the updateSearchResults
search controller to update the search results.
public void SetSearchResultsUpdater (Action<UIKit.UISearchController> updateSearchResults);
member this.SetSearchResultsUpdater : Action<UIKit.UISearchController> -> unit
Parameters
- updateSearchResults
- Action<UISearchController>