Contents

PHProjectExtensionContext

An object that provides Photos project extensions with access to the underlying project, as well as to the user’s photo library for editing.

Declaration

class PHProjectExtensionContext

Overview

When a Photos project extension is initialized, it is handed an extension context object. This object provides the extension with access to the underlying project, as well as the photo library from which assets are fetched and edited.

Topics

Accessing the Project and the Photo Library

Updating Assets

See Also

macOS Photos Project Extensions