UISearchDisplayController.SetActive(Boolean, Boolean) 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.
Displays or hides the search interface, optionally animating the display.
[Foundation.Export("setActive:animated:")]
public virtual void SetActive (bool visible, bool animated);
abstract member SetActive : bool * bool -> unit
override this.SetActive : bool * bool -> unit
Parameters
- visible
- Boolean
- animated
- Boolean
- Attributes