---
title: SWCollaborationOptionsPickerGroup
framework: sharedwithyoucore
role: symbol
role_heading: Class
path: sharedwithyoucore/swcollaborationoptionspickergroup
---

# SWCollaborationOptionsPickerGroup

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

## Declaration

```swift
class SWCollaborationOptionsPickerGroup
```

## Mentioned in

Adding custom collaboration to your app

## Overview

Overview SWCollaborationOptionsPickerGroup displays as a picker view. A person can select only one option in the group. To allow a person to select more than one option, use SWCollaborationOptionsGroup.

## Topics

### Accessing options group attributes

- [selectedOptionIdentifier](sharedwithyoucore/swcollaborationoptionspickergroup/selectedoptionidentifier.md)

## Relationships

### Inherits From

- [SWCollaborationOptionsGroup](sharedwithyoucore/swcollaborationoptionsgroup.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)
- [SWCollaborationOptionsGroup](sharedwithyoucore/swcollaborationoptionsgroup.md)
- [SWCollaborationShareOptions](sharedwithyoucore/swcollaborationshareoptions.md)
- [SWLocalCollaborationIdentifier](sharedwithyoucore/swlocalcollaborationidentifier.md)
- [UTCollaborationOptionsTypeIdentifier](sharedwithyoucore/utcollaborationoptionstypeidentifier.md)
