---
title: isHidden
framework: UIKit
role: symbol
role_heading: Instance Property
platforms: [iOS 27.1+, iPadOS 27.1+]
path: uikit/uiarrangementviewcontroller/viewstate/ishidden
---

# isHidden

A Boolean value that indicates whether the view is hidden in the current arrangement.

## Declaration

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

## See Also

### Getting the state

- [splitAxis](uikit/uiarrangementviewcontroller/viewstate/splitaxis.md)
- [zIndex](uikit/uiarrangementviewcontroller/viewstate/zindex.md)
