<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/EnvironmentValues/accessibilityPrefersHeadAnchorAlternative",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI17EnvironmentValuesV41accessibilityPrefersHeadAnchorAlternativeSbvp"
  },
  "title" : "accessibilityPrefersHeadAnchorAlternative"
}
-->

# accessibilityPrefersHeadAnchorAlternative

Whether the system setting to prefer alternatives to head-anchored
content is on.

```
var accessibilityPrefersHeadAnchorAlternative: Bool { get }
```

## Discussion

If this property’s value is true, alternate anchors should be used for
most head-anchored UI, such as world anchors.

---

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)