---
title: "finish(_:)"
framework: quartz
role: symbol
role_heading: Instance Method
path: "quartz/ikfilterbrowserpanel/finish(_:)"
---

# finish(_:)

Closes a filter browser view.

## Declaration

```swift
func finish(_ sender: Any!)
```

## Parameters

- `sender`: The object that invokes the action, such as an OK or Cancel button.

## Discussion

Discussion Invoke this action when you want to dismiss the filter browser.

## See Also

### Displaying and Running the Panel

- [filterBrowserView(options:)](quartz/ikfilterbrowserpanel/filterbrowserview(options:).md)
- [begin(options:modelessDelegate:didEnd:contextInfo:)](quartz/ikfilterbrowserpanel/begin(options:modelessdelegate:didend:contextinfo:).md)
- [beginSheet(options:modalFor:modalDelegate:didEnd:contextInfo:)](quartz/ikfilterbrowserpanel/beginsheet(options:modalfor:modaldelegate:didend:contextinfo:).md)
- [runModal(options:)](quartz/ikfilterbrowserpanel/runmodal(options:).md)
