<!--
{
  "availability" : [
    "iOS: 2.0.0 -",
    "iPadOS: 2.0.0 -",
    "macCatalyst: 13.1.0 -",
    "tvOS: -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UITableViewCell/backgroundView",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UITableViewCell(py)backgroundView"
  },
  "title" : "backgroundView"
}
-->

# backgroundView

The view to use as the background of the cell.

```
var backgroundView: UIView? { get set }
```

## Discussion

[`UITableViewCell`](/documentation/UIKit/UITableViewCell) adds the background view as a subview behind all other views and uses its current frame location.

A background configuration is mutually exclusive with background views, so you must use one approach or the other. Setting a non-`nil` value for this property resets [`backgroundConfiguration`](/documentation/UIKit/UITableViewCell/backgroundConfiguration-24e8e) to `nil`.

## See Also

[`contentView`](/documentation/UIKit/UITableViewCell/contentView)

The content view of the cell object.



---

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)