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

# contentView

A view object that can have a visual effect view added to it.

```
var contentView: UIView { get }
```

## Discussion

Add subviews to the [`contentView`](/documentation/UIKit/UIVisualEffectView/contentView) and not to [`UIVisualEffectView`](/documentation/UIKit/UIVisualEffectView) directly.

---

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)