<!--
{
  "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/UICollectionViewCellRegistration/registrationWithCellClass:configurationHandler:",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UICollectionViewCellRegistration(cm)registrationWithCellClass:configurationHandler:"
  },
  "title" : "registrationWithCellClass:configurationHandler:"
}
-->

# registrationWithCellClass:configurationHandler:

Creates a cell registration with the specified registration handler.

```
+ (instancetype) registrationWithCellClass:(Class) cellClass configurationHandler:(UICollectionViewCellRegistrationConfigurationHandler) configurationHandler;
```

---

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)