---
title: "init(acceptableTypeIdentifiers:)"
framework: uikit
role: symbol
role_heading: Initializer
path: "uikit/uipasteconfiguration/init(acceptabletypeidentifiers:)"
---

# init(acceptableTypeIdentifiers:)

Initializes a new paste configuration with a specified array of acceptable UTIs.

## Declaration

```swift
convenience init(acceptableTypeIdentifiers: [String])
```

## Parameters

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

## Return Value

Return Value A paste configuration that is initialized with the specified UTI strings.

## Discussion

Discussion Specify the acceptable UTIs in descending order of fidelity. The UTI that provides the richest data representation should be first in the list. For instance, if the data to paste is contact information, list the vCard UTI first, followed by the plain text UTI.

## See Also

### Initializing a paste configuration

- [init()](uikit/uipasteconfiguration/init().md)
- [init(forAccepting:)](uikit/uipasteconfiguration/init(foraccepting:)-6is3h.md)
- [init(forAccepting:)](uikit/uipasteconfiguration/init(foraccepting:)-84r2r.md)
