---
title: UICollectionView.ElementCategory.cell
framework: uikit
role: symbol
role_heading: Case
path: uikit/uicollectionview/elementcategory/cell
---

# UICollectionView.ElementCategory.cell

The view is a cell.

## Declaration

```swift
case cell
```

## See Also

### Constants

- [UICollectionView.ElementCategory.supplementaryView](uikit/uicollectionview/elementcategory/supplementaryview.md)
- [UICollectionView.ElementCategory.decorationView](uikit/uicollectionview/elementcategory/decorationview.md)
