<!--
{
  "availability" : [
    "iOS: 17.2.0 -",
    "iPadOS: 17.2.0 -",
    "macOS: 26.4.0 -",
    "visionOS: 26.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/View/managedContentStyle(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "SwiftUI",
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI4ViewP024_ManagedAppDistribution_aB0E19managedContentStyleyQrAD0dhI0VF"
  },
  "title" : "managedContentStyle(_:)"
}
-->

# managedContentStyle(_:)

Applies a managed content style to the view.

```
@MainActor @preconcurrency func managedContentStyle(_ style: ManagedContentStyle) -> some View
```

## Parameters

`style`

The style to apply to the view.

## Return Value

The styled view.

---

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)