notFilterOfSubfilter:
Creates a new filter that excludes the filter you specify.
Declaration
+ (PHPickerFilter *) notFilterOfSubfilter:(PHPickerFilter *) subfilter;Parameters
- subfilter:
The filter to exclude from the new filter.
Return Value
A new filter that excludes the filter you specify.