API Differences in ImagePlayground in macOS 15.1

It's more difficult than it used to be to find what changed in Apple SDKs. This page is automatically generated and shows what is new in ImagePlayground in the macOS 15.1 SDK.

Table of Contents

Protocols

ImagePlaygroundViewController
Delegate

Classes

ImagePlaygroundViewController

Structs

ImagePlaygroundConcept

Functions & Methods

SwiftUICore.View
public func imagePlaygroundSheet(isPresented: SwiftUICore.Binding<Swift.Bool>, concepts: [ImagePlayground.ImagePlaygroundConcept] = [], sourceImage: SwiftUICore.Image? = nil, onCompletion: @escaping (Foundation.URL) -> Swift.Void, onCancellation: (() -> Swift.Void)? = nil) -> some SwiftUICore.View
SwiftUICore.View
public func imagePlaygroundSheet(isPresented: SwiftUICore.Binding<Swift.Bool>, concepts: [ImagePlayground.ImagePlaygroundConcept] = [], sourceImageURL: Foundation.URL, onCompletion: @escaping (_ url: Foundation.URL) -> Swift.Void, onCancellation: (() -> Swift.Void)? = nil) -> some SwiftUICore.View
SwiftUICore.View
public func imagePlaygroundSheet(isPresented: SwiftUICore.Binding<Swift.Bool>, concept: Swift.String, sourceImageURL: Foundation.URL, onCompletion: @escaping (_ url: Foundation.URL) -> Swift.Void, onCancellation: (() -> Swift.Void)? = nil) -> some SwiftUICore.View
SwiftUICore.View
public func imagePlaygroundSheet(isPresented: SwiftUICore.Binding<Swift.Bool>, concept: Swift.String, sourceImage: SwiftUICore.Image? = nil, onCompletion: @escaping (_ url: Foundation.URL) -> Swift.Void, onCancellation: (() -> Swift.Void)? = nil) -> some SwiftUICore.View

Properties & Constants

ImagePlaygroundViewController
@objc(available) dynamic public class var isAvailable: Swift.Bool
SwiftUICore.EnvironmentValues
public var supportsImagePlayground: Swift.Bool

Conformances

ImagePlaygroundViewController
Swift.Sendable