<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 13.1.0 -",
    "tvOS: 11.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIAccessibilityCustomRotor/SystemRotorType-swift.enum",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@E@UIAccessibilityCustomSystemRotorType"
  },
  "title" : "UIAccessibilityCustomRotor.SystemRotorType"
}
-->

# UIAccessibilityCustomRotor.SystemRotorType

Constants that indicate the type of content that the rotor represents.

```
enum SystemRotorType
```

## Topics

### Constants

[`case none`](/documentation/UIKit/UIAccessibilityCustomRotor/SystemRotorType-swift.enum/none)

No specific type.

[`case link`](/documentation/UIKit/UIAccessibilityCustomRotor/SystemRotorType-swift.enum/link)

A link.

[`case visitedLink`](/documentation/UIKit/UIAccessibilityCustomRotor/SystemRotorType-swift.enum/visitedLink)

A visited link.

[`case heading`](/documentation/UIKit/UIAccessibilityCustomRotor/SystemRotorType-swift.enum/heading)

Any heading-level text.

[`case headingLevel1`](/documentation/UIKit/UIAccessibilityCustomRotor/SystemRotorType-swift.enum/headingLevel1)

A first-level heading.

[`case headingLevel2`](/documentation/UIKit/UIAccessibilityCustomRotor/SystemRotorType-swift.enum/headingLevel2)

A second-level heading.

[`case headingLevel3`](/documentation/UIKit/UIAccessibilityCustomRotor/SystemRotorType-swift.enum/headingLevel3)

A third-level heading.

[`case headingLevel4`](/documentation/UIKit/UIAccessibilityCustomRotor/SystemRotorType-swift.enum/headingLevel4)

A fourth-level heading.

[`case headingLevel5`](/documentation/UIKit/UIAccessibilityCustomRotor/SystemRotorType-swift.enum/headingLevel5)

A fifth-level heading.

[`case headingLevel6`](/documentation/UIKit/UIAccessibilityCustomRotor/SystemRotorType-swift.enum/headingLevel6)

A sixth-level heading.

[`case boldText`](/documentation/UIKit/UIAccessibilityCustomRotor/SystemRotorType-swift.enum/boldText)

Any bold text.

[`case italicText`](/documentation/UIKit/UIAccessibilityCustomRotor/SystemRotorType-swift.enum/italicText)

Any italicized text.

[`case underlineText`](/documentation/UIKit/UIAccessibilityCustomRotor/SystemRotorType-swift.enum/underlineText)

Any underlined text.

[`case misspelledWord`](/documentation/UIKit/UIAccessibilityCustomRotor/SystemRotorType-swift.enum/misspelledWord)

A misspelled word.

[`case image`](/documentation/UIKit/UIAccessibilityCustomRotor/SystemRotorType-swift.enum/image)

An image.

[`case textField`](/documentation/UIKit/UIAccessibilityCustomRotor/SystemRotorType-swift.enum/textField)

A text field.

[`case table`](/documentation/UIKit/UIAccessibilityCustomRotor/SystemRotorType-swift.enum/table)

A table of information.

[`case list`](/documentation/UIKit/UIAccessibilityCustomRotor/SystemRotorType-swift.enum/list)

A list of items.

[`case landmark`](/documentation/UIKit/UIAccessibilityCustomRotor/SystemRotorType-swift.enum/landmark)

A landmark.

### Initializers

[`init?(rawValue: Int)`](/documentation/UIKit/UIAccessibilityCustomRotor/SystemRotorType-swift.enum/init(rawValue:))

## Relationships

### Conforms To

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

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

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

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

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

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

---

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)