Contents

invalidateTypeDescription(for:)

Invalidates the type description for the given project type.

Declaration

func invalidateTypeDescription(for projectType: PHProjectType)

Parameters

  • projectType:

    The project type to invalidate.

Discussion

If you call this method for project types other than undefined, you must implement typeDescription(for:) with functionality for the invalidated project type.

See Also

Invalidating a Project Type