---
title: hasVisiblePlacement
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uitab/hasvisibleplacement
---

# hasVisiblePlacement

Determines if the tab has a visible placement. Returns YES if the tab is visible in a tab bar that supports different tab placements. Otherwise returns NO.

## Declaration

```swift
var hasVisiblePlacement: Bool { get }
```
