inputPickerInteractionDidEndDismissing(_:)
Tells the delegate that the input picker view has finished dismissing devices.
Declaration
optional func inputPickerInteractionDidEndDismissing(_ inputPickerInteraction: AVInputPickerInteraction)Parameters
- inputPickerInteraction:
The current AVInputPickerInteraction.
Discussion
The isPresented property is set to NO at this point, indicating that the dismissal is complete.