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]) -> BoolParameters
- contentTypes:
The uniform type identifiers to query for.
Return Value
Whether at least one item conforms to one of contentTypes.