Contents

setActive(_:animated:)

Displays or hides the search interface, optionally with animation.

Declaration

func setActive(_ visible: Bool, animated: Bool)

Parameters

  • visible:

    True to display the search interface if it is not already displayed; False to hide the search interface if it is currently displayed.

  • animated:

    True to use animation for a change in visible state, otherwise False.

Discussion

When the user focus in the search field of a managed search bar, the search display controller automatically displays the search interface. You can use this method to force the search interface to appear.

See Also

Displaying the search Interface