Contents

hasItemsConforming(to:)

Indicates whether at least one item conforms to at least one of the specified uniform type identifiers.

Declaration

func hasItemsConforming(to contentTypes: [UTType]) -> Bool

Parameters

  • contentTypes:

    The uniform type identifiers to query for.

Return Value

Whether at least one item conforms to one of contentTypes.

See Also

Checking for items