---
title: delegate
framework: homekit
role: symbol
role_heading: Instance Property
path: homekit/hmaccessorybrowser/delegate
---

# delegate

A delegate that receives updates on the discovered accessories.

## Declaration

```swift
weak var delegate: (any HMAccessoryBrowserDelegate)? { get set }
```

## See Also

### Tracking the addition or removal of accessories

- [HMAccessoryBrowserDelegate](homekit/hmaccessorybrowserdelegate.md)
