Contents

registeredContentTypes

Registered content types in the order the app registers each type.

Declaration

var registeredContentTypes: [UTType] { get }

Discussion

You app should register content types in order of fidelity. The system uses content types that appear earlier in the array.

See Also

Registering content types