---
title: "init(itemIdentifier:)"
framework: photosui
role: symbol
role_heading: Initializer
path: "photosui/photospickeritem/init(itemidentifier:)"
---

# init(itemIdentifier:)

Creates a picker item with the identifier you specify, and without any representation.

## Declaration

```swift
init(itemIdentifier: String)
```

## Parameters

- `itemIdentifier`: The local identifier of the item.
