<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: -",
    "tvOS: 14.0.0 -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UICollectionView/dequeueConfiguredReusableCell(using:for:item:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "s:So16UICollectionViewC5UIKitE29dequeueConfiguredReusableCell5using3for4itemxAbCE0G12RegistrationVy_xq_G_10Foundation9IndexPathVq_SgtSo0abG0CRbzr0_lF"
  },
  "title" : "dequeueConfiguredReusableCell(using:for:item:)"
}
-->

# dequeueConfiguredReusableCell(using:for:item:)

Dequeues a configured reusable cell object.

```
@MainActor @preconcurrency func dequeueConfiguredReusableCell<Cell, Item>(using registration: UICollectionView.CellRegistration<Cell, Item>, for indexPath: IndexPath, item: Item?) -> Cell where Cell : UICollectionViewCell
```

## Parameters

`registration`

The cell registration for configuring the cell object. See [`UICollectionView.CellRegistration`](/documentation/UIKit/UICollectionView/CellRegistration).

`indexPath`

The index path that specifies the location of the cell in the collection view.

`item`

The item that provides data for the cell.

## Return Value

A configured reusable cell object.

## Discussion

---

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)