<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macCatalyst: 18.0.0 -",
    "visionOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PencilKit",
  "identifier" : "/documentation/PencilKit/PKToolPickerCustomItemConfiguration/initWithIdentifier:name:",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "PencilKit"
    ],
    "preciseIdentifier" : "c:objc(cs)PKToolPickerCustomItemConfiguration(im)initWithIdentifier:name:"
  },
  "title" : "initWithIdentifier:name:"
}
-->

# initWithIdentifier:name:

Create a new configuration with an identifier and a name.

```
- (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.

## Discussion

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)