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

# add(_:)

Adds an observer instance to notify of changes in the content-sharing picker.

## Declaration

```swift
func add(_ observer: any SCContentSharingPickerObserver)
```

## Parameters

- `observer`: The observer instance to send notifications to.

## See Also

### Manage observers

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