<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -",
    "tvOS: 14.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UICollectionView/dequeueConfiguredReusableCellWithRegistration:forIndexPath:item:",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UICollectionView(im)dequeueConfiguredReusableCellWithRegistration:forIndexPath:item:"
  },
  "title" : "dequeueConfiguredReusableCellWithRegistration:forIndexPath:item:"
}
-->

# dequeueConfiguredReusableCellWithRegistration:forIndexPath:item:

Dequeues a configured reusable cell object.

```
- (UICollectionViewCell *) dequeueConfiguredReusableCellWithRegistration:(UICollectionViewCellRegistration *) registration forIndexPath:(NSIndexPath *) indexPath item:(id) item;
```

## Parameters

`registration`

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

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

---

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)