---
title: "init(rawValue:)"
framework: uikit
role: symbol
role_heading: Initializer
path: "uikit/nstextcontentmanager/enumerationoptions/init(rawvalue:)"
---

# init(rawValue:)

Creates a new text element provider with the provided raw value.

## Declaration

```swift
init(rawValue: UInt)
```

## Parameters

- `rawValue`: An unsigned Integer that represents one of the enumeration options.
