<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CarPlay",
  "identifier" : "/documentation/CarPlay/CPNowPlayingTemplate/upNextTitle",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "CarPlay"
    ],
    "preciseIdentifier" : "c:objc(cs)CPNowPlayingTemplate(py)upNextTitle"
  },
  "title" : "upNextTitle"
}
-->

# upNextTitle

The title for the Up Next button.

```
var upNextTitle: String { get set }
```

## Discussion

If you display the Up Next button in your app by setting [`isUpNextButtonEnabled`](/documentation/CarPlay/CPNowPlayingTemplate/isUpNextButtonEnabled) to <doc://com.apple.documentation/documentation/Swift/true>, use this property to set the button’s title. If you don’t specify a title, CarPlay uses the system default title.

---

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)