willPresentSearchController(_:)
Notifies the delegate that the system is about to automatically display the search controller.
Declaration
optional func willPresentSearchController(_ searchController: UISearchController)Parameters
- searchController:
The Uisearchcontroller object to present.
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.