Contents

inputPickerInteractionDidEndPresenting(_:)

Tells the delegate that the input picker view has finished presenting devices

Declaration

optional func inputPickerInteractionDidEndPresenting(_ inputPickerInteraction: AVInputPickerInteraction)

Parameters

  • inputPickerInteraction:

    The current AVInputPickerInteraction.

Discussion

The isPresented property is set to YES at this point, indicating that the presentation is complete.

See Also

Responding to life cycle events