---
title: prefersHomeIndicatorAutoHidden
framework: swiftui
role: symbol
role_heading: Instance Property
path: swiftui/uihostingcontroller/prefershomeindicatorautohidden
---

# prefersHomeIndicatorAutoHidden

A Boolean value that indicates whether the view controller prefers the home indicator to be hidden or shown.

## Declaration

```swift
@MainActor @preconcurrency override dynamic var prefersHomeIndicatorAutoHidden: Bool { get }
```

## See Also

### Configuring the home indicator

- [childForHomeIndicatorAutoHidden](swiftui/uihostingcontroller/childforhomeindicatorautohidden.md)
