---
title: "searchBarResultsListButtonClicked(_:)"
framework: uikit
role: symbol
role_heading: Instance Method
path: "uikit/uisearchbardelegate/searchbarresultslistbuttonclicked(_:)"
---

# searchBarResultsListButtonClicked(_:)

Tells the delegate that the search results list button was tapped.

## Declaration

```swift
optional func searchBarResultsListButtonClicked(_ searchBar: UISearchBar)
```

## Parameters

- `searchBar`: The search bar that was tapped.

## See Also

### Responding to clicks in search controls

- [searchBarBookmarkButtonClicked(_:)](uikit/uisearchbardelegate/searchbarbookmarkbuttonclicked(_:).md)
- [searchBarCancelButtonClicked(_:)](uikit/uisearchbardelegate/searchbarcancelbuttonclicked(_:).md)
- [searchBarSearchButtonClicked(_:)](uikit/uisearchbardelegate/searchbarsearchbuttonclicked(_:).md)
