<!--
{
  "availability" : [
    "iOS: 18.4.0 - 26.4.0",
    "iPadOS: 18.4.0 - 26.4.0",
    "macCatalyst: 18.4.0 - 26.4.0",
    "macOS: 15.4.0 - 26.4.0",
    "visionOS: 2.4.0 - 26.4.0"
  ],
  "documentType" : "symbol",
  "framework" : "ImagePlayground",
  "identifier" : "/documentation/ImagePlayground/ImagePlaygroundPersonalizationPolicy",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Image Playground"
    ],
    "preciseIdentifier" : "s:15ImagePlayground0aB21PersonalizationPolicyO"
  },
  "title" : "ImagePlaygroundPersonalizationPolicy"
}
-->

# ImagePlaygroundPersonalizationPolicy

An option for enabling or disabling personalization in the system interface.

```
enum ImagePlaygroundPersonalizationPolicy
```

## Overview

Use this type to configure the personalization behavior for the view controllers
and SwiftUI view modifiers you use in your interface.

## Topics

### Getting the policy

[`case automatic`](/documentation/ImagePlayground/ImagePlaygroundPersonalizationPolicy/automatic)

An option to choose the most appropriate personalization behavior.

[`case enabled`](/documentation/ImagePlayground/ImagePlaygroundPersonalizationPolicy/enabled)

An option to enable personalization features in the view controller.

[`case disabled`](/documentation/ImagePlayground/ImagePlaygroundPersonalizationPolicy/disabled)

An option to disable personalization features in the view controller.

## Relationships

### Conforms To

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Hashable`](/documentation/Swift/Hashable)

[`Copyable`](/documentation/Swift/Copyable)

[`Equatable`](/documentation/Swift/Equatable)

[`Escapable`](/documentation/Swift/Escapable)

---

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)