<!--
{
  "availability" : [
    "iOS: 12.0.0 - 14.0.0",
    "iPadOS: 12.0.0 - 14.0.0",
    "macCatalyst: 13.1.0 - 14.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "CarPlay",
  "identifier" : "/documentation/CarPlay/CPListTemplateDelegate",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "CarPlay"
    ],
    "preciseIdentifier" : "c:objc(pl)CPListTemplateDelegate"
  },
  "title" : "CPListTemplateDelegate"
}
-->

# CPListTemplateDelegate

The interface an object implements to serve as the delegate for a list template.

```
protocol CPListTemplateDelegate : NSObjectProtocol
```

## Topics

### Getting the Selected Item

[`-  listTemplate:didSelectListItem:completionHandler:`](/documentation/CarPlay/CPListTemplateDelegate/listTemplate(_:didSelect:completionHandler:))

Tells the delegate when the user selects a list item.

## Relationships

### Inherits From

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

---

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)