---
title: "notFilterOfSubfilter:"
framework: photosui
role: symbol
role_heading: Type Method
path: "photosui/phpickerfilter-c.class/notfilterofsubfilter:"
---

# notFilterOfSubfilter:

Creates a new filter that excludes the filter you specify.

## Declaration

```occ
+ (PHPickerFilter *) notFilterOfSubfilter:(PHPickerFilter *) subfilter;
```

## Parameters

- `subfilter`: The filter to exclude from the new filter.

## Return Value

Return Value A new filter that excludes the filter you specify.

## See Also

### Creating Filters

- [playbackStyleFilter:](photosui/phpickerfilter-c.class/playbackstylefilter:.md)
- [allFilterMatchingSubfilters:](photosui/phpickerfilter-c.class/allfiltermatchingsubfilters:.md)
