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

# AVCustomRoutingActionItem

An object that represents a custom action item to display in a device route picker.

```
class AVCustomRoutingActionItem
```

## Overview

Use this class to specify supplemental action items to display in the list of discovered routes. Tapping a custom item dismisses the picker and calls the [`customRoutingController(_:didSelect:)`](/documentation/AVRouting/AVCustomRoutingControllerDelegate/customRoutingController(_:didSelect:)) method of [`AVCustomRoutingControllerDelegate`](/documentation/AVRouting/AVCustomRoutingControllerDelegate).

## Topics

### Configuring an item

[`type`](/documentation/AVRouting/AVCustomRoutingActionItem/type)

A type with an identifier that matches a value in the app’s configuration.

[`overrideTitle`](/documentation/AVRouting/AVCustomRoutingActionItem/overrideTitle)

A string to use to override the title of the item’s type.



---

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)