Where is Image Playground?

Asked on 10/10/2024

1 search

The Image Playground is a new feature introduced by Apple that allows users to create full images within an app. It can be integrated into your app by using the Image Playground API, which provides a pre-built UI for image creation. This feature is available on iOS 18 and macOS Sequoia, and it allows users to generate images on their device without needing to set up or pay for external models or servers.

To integrate Image Playground into your app, you need to initialize an instance of the Image Playground view controller and assign its delegate. The delegate will handle important lifecycle events, such as when image creation is finished or canceled. You can also provide initial concepts and source imagery to guide the image creation process.

For more detailed information, you can refer to the session What’s new in AppKit (00:01:44) where the Image Playground is discussed.