<!--
{
  "availability" : [
    "macOS: 10.14.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PhotoKit",
  "identifier" : "/documentation/PhotosUI/PHProjectTypeDescriptionDataSource/footerText(forSubtypesOf:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "PhotosUI"
    ],
    "preciseIdentifier" : "c:objc(pl)PHProjectTypeDescriptionDataSource(im)footerTextForSubtypesOfProjectType:"
  },
  "title" : "footerText(forSubtypesOf:)"
}
-->

# footerText(forSubtypesOf:)

Provides the footer text for the subtypes of the given project type.

```
func footerText(forSubtypesOf projectType: PHProjectType) -> NSAttributedString?
```

## Parameters

`projectType`

The project type whose footer text is being requested. The value is [`undefined`](/documentation/PhotosUI/PHProjectType/undefined) when fetching footer text at the root level.

## Return Value

Attributed footer text for the queried project type.

---

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)