Contents

willPresentSearchController(_:)

Notifies the delegate that the system is about to automatically display the search controller.

Declaration

optional func willPresentSearchController(_ searchController: UISearchController)

Parameters

Discussion

The system only calls this method when it’s about to automatically present the search controller. The system doesn’t call this method when you explicitly present the search controller.

See Also

Presenting and dismissing the search controller