<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIViewController/childForHomeIndicatorAutoHidden",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UIViewController(py)childViewControllerForHomeIndicatorAutoHidden"
  },
  "title" : "childForHomeIndicatorAutoHidden"
}
-->

# childForHomeIndicatorAutoHidden

Returns the child view controller that is consulted about its preference for displaying a visual indicator for returning to the Home screen.

```
var childForHomeIndicatorAutoHidden: UIViewController? { get }
```

## Return Value

The child view controller to consult. The default implementation of this method returns `nil`.

## Discussion

When implementing a container view controller, override this method if you want one your child view controllers to determine whether to display the visual indicator. If you do, the system calls the [`prefersHomeIndicatorAutoHidden`](/documentation/UIKit/UIViewController/prefersHomeIndicatorAutoHidden) method of the returned view controller. If the method returns `nil`, the system calls the [`prefersHomeIndicatorAutoHidden`](/documentation/UIKit/UIViewController/prefersHomeIndicatorAutoHidden) method of the current view controller.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)