---
title: "init(title:identifier:)"
framework: sharedwithyoucore
role: symbol
role_heading: Initializer
path: "sharedwithyoucore/swcollaborationoption/init(title:identifier:)"
---

# init(title:identifier:)

Creates and initializes a collaboration option object with a provided title and identifier.

## Declaration

```swift
init(title: String, identifier: String)
```

## Parameters

- `title`: A localized string the system displays as a title.
- `identifier`: A unique identifier.

## See Also

### Creating collaboration options

- [init(title:identifier:subtitle:selected:requiredOptionsIdentifiers:)](sharedwithyoucore/swcollaborationoption/init(title:identifier:subtitle:selected:requiredoptionsidentifiers:).md)
