---
title: ImagePlaygroundPersonalizationPolicy
framework: imageplayground
role: symbol
role_heading: Enumeration
path: imageplayground/imageplaygroundpersonalizationpolicy
---

# ImagePlaygroundPersonalizationPolicy

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

## Declaration

```swift
enum ImagePlaygroundPersonalizationPolicy
```

## Overview

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

- [ImagePlaygroundPersonalizationPolicy.automatic](imageplayground/imageplaygroundpersonalizationpolicy/automatic.md)
- [ImagePlaygroundPersonalizationPolicy.enabled](imageplayground/imageplaygroundpersonalizationpolicy/enabled.md)
- [ImagePlaygroundPersonalizationPolicy.disabled](imageplayground/imageplaygroundpersonalizationpolicy/disabled.md)

## Relationships

### Conforms To

- [Copyable](swift/copyable.md)
- [Equatable](swift/equatable.md)
- [Escapable](swift/escapable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)

## See Also

### Specifying the configuration of the playground

- [selectedGenerationStyle](imageplayground/imageplaygroundviewcontroller/selectedgenerationstyle.md)
- [allowedGenerationStyles](imageplayground/imageplaygroundviewcontroller/allowedgenerationstyles.md)
- [personalizationPolicy](imageplayground/imageplaygroundviewcontroller/personalizationpolicy.md)
