---
title: "hasItemsConforming(toTypeIdentifiers:)"
framework: uikit
role: symbol
role_heading: Instance Method
path: "uikit/uidragdropsession/hasitemsconforming(totypeidentifiers:)"
---

# hasItemsConforming(toTypeIdentifiers:)

Returns a Boolean value that indicates whether at least one drag item in the session conforms to at least one of the specified UTIs.

## Declaration

```swift
func hasItemsConforming(toTypeIdentifiers typeIdentifiers: [String]) -> Bool
```

## Parameters

- `typeIdentifiers`: An array of uniform type identifier (UTI) strings.

## Return Value

Return Value true if a drag item in the session conforms to any UTI in the specified array; otherwise, false.

## See Also

### Checking for drag items

- [canLoadObjects(ofClass:)](uikit/uidragdropsession/canloadobjects(ofclass:).md)
- [items](uikit/uidragdropsession/items.md)
