searchDisplayController
The search display controller associated with the view controller.
Declaration
var searchDisplayController: UISearchDisplayController? { get }Discussion
This property reflects the value of the searchDisplayController outlet that you set in Interface Builder. If you create your search display controller programmatically, this property is set automatically by the search display controller when it is initialized.