<!--
{
  "availability" : [
    "iOS: 3.0.0 - 8.0.0",
    "iPadOS: 3.0.0 - 8.0.0",
    "macCatalyst: 13.1.0 - 13.1.0"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UISearchDisplayDelegate/searchDisplayController(_:didLoadSearchResultsTableView:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(pl)UISearchDisplayDelegate(im)searchDisplayController:didLoadSearchResultsTableView:"
  },
  "title" : "searchDisplayController(_:didLoadSearchResultsTableView:)"
}
-->

# searchDisplayController(_:didLoadSearchResultsTableView:)

Tells the delegate that the controller has loaded its table view.

```
optional func searchDisplayController(_ controller: UISearchDisplayController, didLoadSearchResultsTableView tableView: UITableView)
```

## Parameters

`controller`

The search display controller for which the receiver is the delegate.

`tableView`

The search display controller’s table view.

## Discussion

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)