Contents

ImagePlaygroundViewController.Delegate

An interface you use to receive images and handle events related to an image-generation view controller.

Declaration

@objc(ImageGenerationViewControllerDelegate) protocol Delegate : NSObjectProtocol

Overview

Adopt the ImagePlaygroundViewController.Delegate protocol in a custom type and assign that type as the delegate of an ImagePlaygroundViewController object. When you present the view controller, the system interface handles interactions with the person and reports the results back to your delegate object.

Topics

Receiving the image

Handling cancellation events

See Also

Processing a generated image