<!--
{
  "availability" : [
    "macOS: 10.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Quartz",
  "identifier" : "/documentation/Quartz/IKFilterBrowserPanel/filterBrowserView(options:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Quartz"
    ],
    "preciseIdentifier" : "c:objc(cs)IKFilterBrowserPanel(im)filterBrowserViewWithOptions:"
  },
  "title" : "filterBrowserView(options:)"
}
-->

# filterBrowserView(options:)

Returns a view that contains a filter browser.

```
func filterBrowserView(options inOptions: [AnyHashable : Any]! = [:]) -> IKFilterBrowserView!
```

## Parameters

`inOptions`

A dictionary of options that describe the configuration to use for the filter browser user interface. For the possible keys you can supply see  [Filter Browser Option Keys](/documentation/Quartz/filter-browser-option-keys) and the constant [`IKUISizeFlavor`](/documentation/Quartz/IKUISizeFlavor).

## Return Value

A filter browser view that is configured as specified.

## Discussion

Use this method to add a view that contains the filter browser to your custom user interface. To dismiss the filter browser view, invoke the [`finish(_:)`](/documentation/Quartz/IKFilterBrowserPanel/finish(_:)) method.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)