---
title: accessoryView
framework: addressbook
role: symbol
role_heading: Instance Property
path: addressbook/abpeoplepickerview/accessoryview
---

# accessoryView

The view that is placed to the left of the search field.

## Declaration

```swift
@IBOutlet var accessoryView: NSView! { get set }
```

## Discussion

Discussion If accessory is nil, the accessory view is removed.
