---
title: "registrationWithCellNib:configurationHandler:"
framework: uikit
role: symbol
role_heading: Type Method
path: "uikit/uicollectionviewcellregistration/registrationwithcellnib:configurationhandler:"
---

# registrationWithCellNib:configurationHandler:

Creates a cell registration with the specified registration handler and nib file.

## Declaration

```occ
+ (instancetype) registrationWithCellNib:(UINib *) cellNib configurationHandler:(UICollectionViewCellRegistrationConfigurationHandler) configurationHandler;
```

## See Also

### Creating a cell registration

- [registrationWithCellClass:configurationHandler:](uikit/uicollectionviewcellregistration/registrationwithcellclass:configurationhandler:.md)
- [UICollectionViewCellRegistrationConfigurationHandler](uikit/uicollectionviewcellregistrationconfigurationhandler.md)
