---
title: "inputPickerInteractionDidEndPresenting(_:)"
framework: avkit
role: symbol
role_heading: Instance Method
path: "avkit/avinputpickerinteraction/delegate-swift.protocol/inputpickerinteractiondidendpresenting(_:)"
---

# inputPickerInteractionDidEndPresenting(_:)

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

## Declaration

```swift
optional func inputPickerInteractionDidEndPresenting(_ inputPickerInteraction: AVInputPickerInteraction)
```

## Parameters

- `inputPickerInteraction`: The current AVInputPickerInteraction.

## Discussion

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

## See Also

### Responding to life cycle events

- [inputPickerInteractionWillBeginPresenting(_:)](avkit/avinputpickerinteraction/delegate-swift.protocol/inputpickerinteractionwillbeginpresenting(_:).md)
- [inputPickerInteractionWillBeginDismissing(_:)](avkit/avinputpickerinteraction/delegate-swift.protocol/inputpickerinteractionwillbegindismissing(_:).md)
- [inputPickerInteractionDidEndDismissing(_:)](avkit/avinputpickerinteraction/delegate-swift.protocol/inputpickerinteractiondidenddismissing(_:).md)
