Contents

init(projectType:title:description:image:)

A convenience initializer without subtype descriptions.

Declaration

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