Contents

localizedAttributedDescription

The localized attributed description of the project type as shown to the user.

Declaration

@NSCopying var localizedAttributedDescription: NSAttributedString? { get }

Discussion

The attributed description is optional. If you don’t provide one, it defaults to the standard nonattributed description.

See Also

Describing a Project Type