---
title: SCContentSharingPicker
framework: screencapturekit
role: symbol
role_heading: Class
path: screencapturekit/sccontentsharingpicker
---

# SCContentSharingPicker

An instance of a picker presented by the operating system for managing frame-capture streams.

## Declaration

```swift
class SCContentSharingPicker
```

## Overview

Overview important: Avoid creating your own sharing picker. Use the picker provided by the shared static property.

## Topics

### Shared system picker

- [shared](screencapturekit/sccontentsharingpicker/shared.md)

### Picker availability

- [isActive](screencapturekit/sccontentsharingpicker/isactive.md)

### Stream configuration

- [setConfiguration(_:for:)](screencapturekit/sccontentsharingpicker/setconfiguration(_:for:).md)
- [configuration](screencapturekit/sccontentsharingpicker/configuration.md)
- [defaultConfiguration](screencapturekit/sccontentsharingpicker/defaultconfiguration-94q2b.md)
- [maximumStreamCount](screencapturekit/sccontentsharingpicker/maximumstreamcount-2kuaa.md)

### Manage observers

- [add(_:)](screencapturekit/sccontentsharingpicker/add(_:).md)
- [remove(_:)](screencapturekit/sccontentsharingpicker/remove(_:).md)

### Picker display

- [present()](screencapturekit/sccontentsharingpicker/present().md)
- [present(for:)](screencapturekit/sccontentsharingpicker/present(for:).md)
- [present(using:)](screencapturekit/sccontentsharingpicker/present(using:).md)
- [present(for:using:)](screencapturekit/sccontentsharingpicker/present(for:using:).md)

### Instance Properties

- [isAvailable](screencapturekit/sccontentsharingpicker/isavailable.md)

### Instance Methods

- [presentForCurrentApplication()](screencapturekit/sccontentsharingpicker/presentforcurrentapplication().md)

## Relationships

### Inherits From

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

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### System content-sharing picker

- [SCContentSharingPickerConfiguration](screencapturekit/sccontentsharingpickerconfiguration-swift.struct.md)
- [SCContentSharingPickerMode](screencapturekit/sccontentsharingpickermode.md)
- [SCContentSharingPickerObserver](screencapturekit/sccontentsharingpickerobserver.md)
