---
title: "transactionPicker(isPresented:selection:)"
framework: swiftui
role: symbol
role_heading: Instance Method
path: "swiftui/view/transactionpicker(ispresented:selection:)"
---

# transactionPicker(isPresented:selection:)

Presents a picker that selects a collection of transactions.

## Declaration

```swift
@MainActor @preconcurrency func transactionPicker(isPresented: Binding<Bool>, selection: Binding<[Transaction]>) -> some View

```

## Parameters

- `isPresented`: The binding to whether the transaction picker should be shown.
- `selection`: The selection of transactions from the transaction picker.
