Contents

not(_:)

Creates a new filter that excludes the filter you specify.

Declaration

static func not(_ filter: PHPickerFilter) -> PHPickerFilter

Parameters

  • filter:

    The filter to exclude from the new filter.

Return Value

A new filter that excludes the filter you specify.

See Also

Creating Filters