removeObserver(_:)
Removes the specified object from the list of objects to notify when the picker configuration changes.
Declaration
func removeObserver(_ observer: any PKToolPickerObserver)Parameters
- observer:
The object to stop sending notifications to.