---
title: upNextTitle
framework: carplay
role: symbol
role_heading: Instance Property
path: carplay/cpnowplayingtemplate/upnexttitle
---

# upNextTitle

The title for the Up Next button.

## Declaration

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

## Discussion

Discussion If you display the Up Next button in your app by setting isUpNextButtonEnabled to true, use this property to set the button’s title. If you don’t specify a title, CarPlay uses the system default title.

## See Also

### Managing Albums, Artists, and Up Next

- [isAlbumArtistButtonEnabled](carplay/cpnowplayingtemplate/isalbumartistbuttonenabled.md)
- [isUpNextButtonEnabled](carplay/cpnowplayingtemplate/isupnextbuttonenabled.md)
