---
title: maximumTabCount
framework: carplay
role: symbol
role_heading: Type Property
path: carplay/cptabbartemplate/maximumtabcount
---

# maximumTabCount

The maximum number of tabs that the template can display.

## Declaration

```swift
class var maximumTabCount: Int { get }
```

## Discussion

Discussion This property’s value depends on the app’s entitlements. At runtime, use this value to determine the maximum number of tabs that your tab bar can display.

## See Also

### Managing the Templates

- [templates](carplay/cptabbartemplate/templates.md)
- [updateTemplates(_:)](carplay/cptabbartemplate/updatetemplates(_:).md)
