Contents

typeDescription(for:)

Provides the updated project type description for previously invalidated project types.

Declaration

func typeDescription(for projectType: PHProjectType) -> PHProjectTypeDescription?

Parameters

  • projectType:

    The previously invalidated project type whose type description is being requested.

Return Value

The PHProjectTypeDescription for the given project type. The returned description’s project type must match the given project type.

See Also

Providing Required Fields