<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 13.1.0 -",
    "tvOS: 10.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIAccessibilityCustomRotorItemResult",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UIAccessibilityCustomRotorItemResult"
  },
  "title" : "UIAccessibilityCustomRotorItemResult"
}
-->

# UIAccessibilityCustomRotorItemResult

A target element that a custom rotor references.

```
@MainActor class UIAccessibilityCustomRotorItemResult
```

## Topics

### Creating a rotor item result

[`init(targetElement:targetRange:)`](/documentation/UIKit/UIAccessibilityCustomRotorItemResult/init(targetElement:targetRange:))

Creates a rotor item result from the specified target element and text range.

### Getting information about the target element

[`targetElement`](/documentation/UIKit/UIAccessibilityCustomRotorItemResult/targetElement)

The target element of the rotor.

[`targetRange`](/documentation/UIKit/UIAccessibilityCustomRotorItemResult/targetRange)

The text range (if any) of the target element.



---

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)