Share via


UISearchDisplayDelegate.DidEndSearch(UISearchDisplayController) Method

Definition

Indicates that searching has ended.

[Foundation.Export("searchDisplayControllerDidEndSearch:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidEndSearch(UIKit.UISearchDisplayController controller);
[<Foundation.Export("searchDisplayControllerDidEndSearch:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidEndSearch : UIKit.UISearchDisplayController -> unit
override this.DidEndSearch : UIKit.UISearchDisplayController -> unit

Parameters

Implements

Attributes

Applies to