Contents

footerText(forSubtypesOf:)

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

Declaration

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

Parameters

  • projectType:

    The project type whose footer text is being requested. The value is Undefined when fetching footer text at the root level.

Return Value

Attributed footer text for the queried project type.

See Also

Providing Required Fields