---
title: "addAccessoryView(to:)"
framework: quartz
role: symbol
role_heading: Instance Method
path: "quartz/iksaveoptions/addaccessoryview(to:)"
---

# addAccessoryView(to:)

Adds IKSaveOptions accessory view to a NSSavePanel.

## Declaration

```swift
func addAccessoryView(to savePanel: NSSavePanel!)
```

## Parameters

- `savePanel`: The save panel to add the IKSaveOptions to.

## See Also

### Creating A Save Options Accessory View

- [init(imageProperties:imageUTType:)](quartz/iksaveoptions/init(imageproperties:imageuttype:).md)
