---
title: "present(for:using:)"
framework: screencapturekit
role: symbol
role_heading: Instance Method
path: "screencapturekit/sccontentsharingpicker/present(for:using:)"
---

# present(for:using:)

Displays the picker with an existing capture stream, allowing for a single type of capture selection.

## Declaration

```swift
func present(for stream: SCStream, using contentStyle: SCShareableContentStyle)
```

## Parameters

- `stream`: The stream to display in the picker.
- `contentStyle`: The type of streaming content selection allowed through the presented picker.

## See Also

### Picker display

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