not(_:)
Creates a new filter that excludes the filter you specify.
Declaration
static func not(_ filter: PHPickerFilter) -> PHPickerFilterParameters
- filter:
The filter to exclude from the new filter.
Return Value
A new filter that excludes the filter you specify.