---
title: "templateDidAppear(_:animated:)"
framework: carplay
role: symbol
role_heading: Instance Method
path: "carplay/cpinterfacecontrollerdelegate/templatedidappear(_:animated:)"
---

# templateDidAppear(_:animated:)

Tells the delegate that the template did appear onscreen.

## Declaration

```swift
optional func templateDidAppear(_ aTemplate: CPTemplate, animated: Bool)
```

## Parameters

- `animated`: A Boolean value indicating whether the system animated the presentation of the template.

## See Also

### Handling Display Events

- [templateWillAppear(_:animated:)](carplay/cpinterfacecontrollerdelegate/templatewillappear(_:animated:).md)
- [templateWillDisappear(_:animated:)](carplay/cpinterfacecontrollerdelegate/templatewilldisappear(_:animated:).md)
- [templateDidDisappear(_:animated:)](carplay/cpinterfacecontrollerdelegate/templatediddisappear(_:animated:).md)
