---
title: "init(projectType:title:description:image:)"
framework: photosui
role: symbol
role_heading: Initializer
path: "photosui/phprojecttypedescription/init(projecttype:title:description:image:)"
---

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

A convenience initializer without subtype descriptions.

## Declaration

```swift
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.

## See Also

### Creating a Project Type Description

- [init(projectType:title:description:image:subtypeDescriptions:)](photosui/phprojecttypedescription/init(projecttype:title:description:image:subtypedescriptions:).md)
- [init(projectType:title:attributedDescription:image:subtypeDescriptions:)](photosui/phprojecttypedescription/init(projecttype:title:attributeddescription:image:subtypedescriptions:).md)
- [init(projectType:title:description:image:canProvideSubtypes:)](photosui/phprojecttypedescription/init(projecttype:title:description:image:canprovidesubtypes:).md)
- [init(projectType:title:attributedDescription:image:canProvideSubtypes:)](photosui/phprojecttypedescription/init(projecttype:title:attributeddescription:image:canprovidesubtypes:).md)
