Contents

typeIdentifier

The item’s Uniform Type Identifier (UTI).

Declaration

optional var typeIdentifier: String { get }

Discussion

Your extension must provide either the typeIdentifier or the contentType property. Use the typeIdentifier property only in iOS 13 or earlier.

See Also

Providing Required Properties