---
title: isHidden
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uibarbuttonitemgroup/ishidden
---

# isHidden

A Boolean that determines the visibility of the group.

## Declaration

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

## Discussion

Discussion Set this property to true to hide the group, or false to display the group.

## See Also

### Determining the group’s appearance

- [isDisplayingRepresentativeItem](uikit/uibarbuttonitemgroup/isdisplayingrepresentativeitem.md)
