---
title: prominentTabIdentifier
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uitabbarcontroller/prominenttabidentifier
---

# prominentTabIdentifier

The identifier of the tab that should be displayed as prominent. Where supported, the specified tab receives enhanced visual emphasis in the tab bar. If this property is nil, and there is a UISearchTab that could become prominent (when automaticallyActivatesSearch = true), then the search tab will receive the prominent treatment by default.

## Declaration

```swift
var prominentTabIdentifier: String? { get set }
```

## Discussion

Discussion Default is nil.
