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

# inputPickerInteractionWillBeginPresenting(_:)

Tells the delegate that the input picker view is about to present devices.

## Declaration

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

## Parameters

- `inputPickerInteraction`: The current AVInputPickerInteraction.

## See Also

### Responding to life cycle events

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