<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/View/transactionPicker(isPresented:selection:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI4ViewP010FinanceKitB0E17transactionPicker11isPresented9selectionQrAA7BindingVySbG_AIySay0dE011TransactionVGGtF"
  },
  "title" : "transactionPicker(isPresented:selection:)"
}
-->

# transactionPicker(isPresented:selection:)

Presents a picker that selects a collection of transactions.

```
@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.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)