---
title: UICollectionViewCellRegistrationConfigurationHandler
framework: uikit
role: symbol
role_heading: Type Alias
path: uikit/uicollectionviewcellregistrationconfigurationhandler
---

# UICollectionViewCellRegistrationConfigurationHandler

A closure that handles the cell registration and configuration.

## Declaration

```occ
typedef void (^)(__kindof UICollectionViewCell *, NSIndexPath *, id) UICollectionViewCellRegistrationConfigurationHandler;
```

## Discussion

Discussion The closure takes the following parameters:

## See Also

### Creating a cell registration

- [registrationWithCellClass:configurationHandler:](uikit/uicollectionviewcellregistration/registrationwithcellclass:configurationhandler:.md)
- [registrationWithCellNib:configurationHandler:](uikit/uicollectionviewcellregistration/registrationwithcellnib:configurationhandler:.md)
