<!--
{
  "availability" : [
    "macOS: 10.13.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PhotoKit",
  "identifier" : "/documentation/PhotosUI/PHProjectExtensionController/resumeProject(with:completion:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "PhotosUI"
    ],
    "preciseIdentifier" : "c:objc(pl)PHProjectExtensionController(im)resumeProjectWithExtensionContext:completion:"
  },
  "title" : "resumeProject(with:completion:)"
}
-->

# resumeProject(with:completion:)

Provides an opportunity to restore or refresh the user interface when the user returns to a previously created project.

```
func resumeProject(with extensionContext: PHProjectExtensionContext, completion: @escaping @Sendable ((any Error)?) -> Void)
```

```
func resumeProject(with extensionContext: PHProjectExtensionContext) async throws
```

## Parameters

`extensionContext`

The extension context with access to the project assets.

`completion`

A completion handler to execute upon returning to the extension.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)