<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.15.0 -",
    "tvOS: 11.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVKit",
  "identifier" : "/documentation/AVKit/AVRoutePickerViewDelegate",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "AVKit"
    ],
    "preciseIdentifier" : "c:objc(pl)AVRoutePickerViewDelegate"
  },
  "title" : "AVRoutePickerViewDelegate"
}
-->

# AVRoutePickerViewDelegate

A protocol that defines the methods to adopt to respond to route picker view presentation events.

```
protocol AVRoutePickerViewDelegate : NSObjectProtocol
```

## Topics

### Presenting routes

[`func routePickerViewWillBeginPresentingRoutes(AVRoutePickerView)`](/documentation/AVKit/AVRoutePickerViewDelegate/routePickerViewWillBeginPresentingRoutes(_:))

Tells the delegate that the route picker view is about to begin presenting routes to the user.

[`func routePickerViewDidEndPresentingRoutes(AVRoutePickerView)`](/documentation/AVKit/AVRoutePickerViewDelegate/routePickerViewDidEndPresentingRoutes(_:))

Tells the delegate when the route picker view finishes presenting routes to the user.

## Relationships

### Inherits From

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

---

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)