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

# dequeueConfiguredReusableSupplementary(using:for:)

Dequeues a configured reusable supplementary view object.

```
@MainActor @preconcurrency func dequeueConfiguredReusableSupplementary<Supplementary>(using registration: UICollectionView.SupplementaryRegistration<Supplementary>, for indexPath: IndexPath) -> Supplementary where Supplementary : UICollectionReusableView
```

## Parameters

`registration`

The supplementary registration for configuring the supplementary view object. See [`UICollectionView.SupplementaryRegistration`](/documentation/UIKit/UICollectionView/SupplementaryRegistration).

`indexPath`

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

## Return Value

A configured reusable supplementary view 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)