---
title: "footerText(forSubtypesOf:)"
framework: photosui
role: symbol
role_heading: Instance Method
path: "photosui/phprojecttypedescriptiondatasource/footertext(forsubtypesof:)"
---

# footerText(forSubtypesOf:)

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

## Declaration

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

## Parameters

- `projectType`: The project type whose footer text is being requested. The value is doc://com.apple.photokit/documentation/PhotosUI/PHProjectType/undefined when fetching footer text at the root level.

## Return Value

Return Value Attributed footer text for the queried project type.

## See Also

### Providing Required Fields

- [subtypes(for:)](photosui/phprojecttypedescriptiondatasource/subtypes(for:).md)
- [typeDescription(for:)](photosui/phprojecttypedescriptiondatasource/typedescription(for:).md)
