<!--
{
  "availability" : [
    "iOS: 8.0.0 -",
    "iPadOS: 8.0.0 -",
    "macCatalyst: 13.1.0 -",
    "tvOS: -",
    "visionOS: 1.0.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIAccessibilityNavigationStyle",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@E@UIAccessibilityNavigationStyle"
  },
  "title" : "UIAccessibilityNavigationStyle"
}
-->

# UIAccessibilityNavigationStyle

Constants that describe how to navigate an object’s elements with an assistive app.

```
enum UIAccessibilityNavigationStyle
```

## Topics

### Constants

[`UIAccessibilityNavigationStyleAutomatic`](/documentation/UIKit/UIAccessibilityNavigationStyle/automatic)

The assistive technology automatically determines how the receiver’s elements should be navigated.

[`UIAccessibilityNavigationStyleSeparate`](/documentation/UIKit/UIAccessibilityNavigationStyle/separate)

The receiver’s elements should be navigated as separate elements.

[`UIAccessibilityNavigationStyleCombined`](/documentation/UIKit/UIAccessibilityNavigationStyle/combined)

The receiver’s elements should be combined and navigated as a single item.

## Relationships

### Conforms To

[`Equatable`](/documentation/Swift/Equatable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Hashable`](/documentation/Swift/Hashable)

[`Sendable`](/documentation/Swift/Sendable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

---

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)