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

# init(rawValue:)

Cceates a new segment option using the value you provide.

## Declaration

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

## Parameters

- `rawValue`: An unsigned integer that represents a specific segment option.
