add(_:)
Adds an observer instance to notify of changes in the content-sharing picker.
Declaration
func add(_ observer: any SCContentSharingPickerObserver)Parameters
- observer:
The observer instance to send notifications to.
Adds an observer instance to notify of changes in the content-sharing picker.
func add(_ observer: any SCContentSharingPickerObserver)The observer instance to send notifications to.