---
title: defaultBackgroundConfiguration()
framework: uikit
role: symbol
role_heading: Instance Method
path: uikit/uicollectionviewcell/defaultbackgroundconfiguration()
---

# defaultBackgroundConfiguration()

Retrieves a background configuration with system default values.

## Declaration

```swift
@MainActor @preconcurrency func defaultBackgroundConfiguration() -> UIBackgroundConfiguration
```

## Return Value

Return Value A default background configuration. The system determines default values for the configuration according to the section where the cell appears.

## See Also

### Configuring the background

- [backgroundConfiguration](uikit/uicollectionviewcell/backgroundconfiguration-rgj4.md)
- [automaticallyUpdatesBackgroundConfiguration](uikit/uicollectionviewcell/automaticallyupdatesbackgroundconfiguration.md)
- [backgroundView](uikit/uicollectionviewcell/backgroundview.md)
- [selectedBackgroundView](uikit/uicollectionviewcell/selectedbackgroundview.md)
