---
title: SWCollaborationOptionsGroup
framework: sharedwithyoucore
role: symbol
role_heading: Class
path: sharedwithyoucore/swcollaborationoptionsgroup
---

# SWCollaborationOptionsGroup

An object that represents a group of collaboration options that the system displays together.

## Declaration

```swift
class SWCollaborationOptionsGroup
```

## Mentioned in

Adding custom collaboration to your app

## Topics

### Creating a collaboration options group

- [init(identifier:options:)](sharedwithyoucore/swcollaborationoptionsgroup/init(identifier:options:).md)

### Accessing options group attributes

- [footer](sharedwithyoucore/swcollaborationoptionsgroup/footer.md)
- [identifier](sharedwithyoucore/swcollaborationoptionsgroup/identifier.md)
- [options](sharedwithyoucore/swcollaborationoptionsgroup/options.md)
- [title](sharedwithyoucore/swcollaborationoptionsgroup/title.md)

### Initializers

- [init(coder:)](sharedwithyoucore/swcollaborationoptionsgroup/init(coder:).md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Inherited By

- [SWCollaborationOptionsPickerGroup](sharedwithyoucore/swcollaborationoptionspickergroup.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCoding](foundation/nscoding.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSSecureCoding](foundation/nssecurecoding.md)

## See Also

### Manage options in a collaboration

- [SWCollaborationOption](sharedwithyoucore/swcollaborationoption.md)
- [SWCollaborationOptionsPickerGroup](sharedwithyoucore/swcollaborationoptionspickergroup.md)
- [SWCollaborationShareOptions](sharedwithyoucore/swcollaborationshareoptions.md)
- [SWLocalCollaborationIdentifier](sharedwithyoucore/swlocalcollaborationidentifier.md)
- [UTCollaborationOptionsTypeIdentifier](sharedwithyoucore/utcollaborationoptionstypeidentifier.md)
