---
title: "initWithTitle:identifier:"
framework: sharedwithyoucore
role: symbol
role_heading: Instance Method
path: "sharedwithyoucore/swcollaborationoption/initwithtitle:identifier:"
---

# initWithTitle:identifier:

Creates and initializes a collaboration option object.

## Declaration

```occ
- (instancetype) initWithTitle:(NSString *) title identifier:(NSString *) identifier;
```

## Parameters

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

## See Also

### Creating collaboration options

- [init(title:identifier:)](sharedwithyoucore/swcollaborationoption/init(title:identifier:).md)
