AVRoutePickerViewDelegate_Extensions Class

Definition

Extension methods to the IAVRoutePickerViewDelegate interface to support all the methods from the AVRoutePickerViewDelegate protocol.

public static class AVRoutePickerViewDelegate_Extensions
type AVRoutePickerViewDelegate_Extensions = class
Inheritance
AVRoutePickerViewDelegate_Extensions

Remarks

The extension methods for IAVRoutePickerViewDelegate allow developers to treat instances of the interface as having all the optional methods of the original AVRoutePickerViewDelegate protocol. Since the interface only contains the required members, these extension methods allow developers to call the optional members of the protocol.

Methods

DidEndPresentingRoutes(IAVRoutePickerViewDelegate, AVRoutePickerView)
WillBeginPresentingRoutes(IAVRoutePickerViewDelegate, AVRoutePickerView)

Applies to