---
title: "initWithIdentifier:name:"
framework: pencilkit
role: symbol
role_heading: Instance Method
path: "pencilkit/pktoolpickercustomitemconfiguration/initwithidentifier:name:"
---

# initWithIdentifier:name:

Create a new configuration with an identifier and a name.

## Declaration

```occ
- (instancetype) initWithIdentifier:(NSString *) identifier name:(NSString *) name;
```

## Parameters

- `identifier`: A string that uniquely identifies the tool in the picker, such as com.example.example-company.custom-tool.
- `name`: A short string to show as the name of the tool in the UI.
