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

# present(for:)

Displays the picker with an already running capture stream.

## Declaration

```swift
func present(for stream: SCStream)
```

## Parameters

- `stream`: The capture stream to display in the picker.

## See Also

### Picker display

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