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

# present(using:)

Displays the picker for a single type of capture selection.

## Declaration

```swift
func present(using contentStyle: SCShareableContentStyle)
```

## Parameters

- `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(for:using:)](screencapturekit/sccontentsharingpicker/present(for:using:).md)
