Contents

customRoutingController(_:didSelect:)

Tells the delegate when a user selects a custom item in the route picker.

Declaration

optional func customRoutingController(_ controller: AVCustomRoutingController, didSelect customActionItem: AVCustomRoutingActionItem)

Parameters

  • controller:

    A custom routing controller.

  • customActionItem:

    The selected action item.

See Also

Handling controller events