---
title: "init(optionsGroups:)"
framework: sharedwithyoucore
role: symbol
role_heading: Initializer
path: "sharedwithyoucore/swcollaborationshareoptions/init(optionsgroups:)"
---

# init(optionsGroups:)

Creates and initializes a collaboration share options object with the array of groups.

## Declaration

```swift
convenience init(optionsGroups: [SWCollaborationOptionsGroup])
```

## Parameters

- `optionsGroups`: An array of doc://com.apple.sharedwithyou/documentation/SharedWithYouCore/SWCollaborationOptionsGroup objects to customize how the system shares the collaboration.

## See Also

### Creating share options

- [init(coder:)](sharedwithyoucore/swcollaborationshareoptions/init(coder:).md)
- [init(optionsGroups:summary:)](sharedwithyoucore/swcollaborationshareoptions/init(optionsgroups:summary:).md)
