didPresentSearchController(_:)
Notifies the delegate when the system completes automatic presentation of the search controller.
Declaration
optional func didPresentSearchController(_ searchController: UISearchController)Parameters
- searchController:
The Uisearchcontroller object to present.
Discussion
The system only calls this method when it automatically presents the search controller. The system doesn’t call this method if you explicitly present the search controller.