---
title: "init(coder:)"
framework: appkit
role: symbol
role_heading: Initializer
path: "appkit/nstextfieldcell/init(coder:)"
---

# init(coder:)

Initializes a text field cell from data in the provided unarchiver.

## Declaration

```swift
init(coder: NSCoder)
```

## Parameters

- `coder`: An unarchiver object.

## Return Value

Return Value A text field cell that displays a string.

## See Also

### Creating a Text Field Cell

- [init(textCell:)](appkit/nstextfieldcell/init(textcell:).md)
