<!--
{
  "availability" : [
    "macOS: 10.13.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PhotoKit",
  "identifier" : "/documentation/PhotosUI/PHProjectTypeDescription/init(projectType:title:description:image:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "PhotosUI"
    ],
    "preciseIdentifier" : "c:objc(cs)PHProjectTypeDescription(im)initWithProjectType:title:description:image:"
  },
  "title" : "init(projectType:title:description:image:)"
}
-->

# init(projectType:title:description:image:)

A convenience initializer without subtype descriptions.

```
convenience init(projectType: PHProjectType, title localizedTitle: String, description localizedDescription: String?, image: NSImage?)
```

## Parameters

`projectType`

The type of project being described.

`localizedTitle`

The localized title of the project type.

`localizedDescription`

The localized attributed description of the project type.

`image`

The image associated with the project type in the picker.

---

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)