---
title: UIToolbarDelegate
framework: uikit
role: symbol
role_heading: Protocol
path: uikit/uitoolbardelegate
---

# UIToolbarDelegate

The interface that toolbar delegate objects implement to manage the toolbar behavior.

## Declaration

```swift
@MainActor protocol UIToolbarDelegate : UIBarPositioningDelegate
```

## Overview

Overview This protocol declares no methods of its own, but conforms to the UIBarPositioningDelegate protocol to support the positioning of a toolbar when it’s moved to a window.

## Relationships

### Inherits From

- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [UIBarPositioningDelegate](uikit/uibarpositioningdelegate.md)

## See Also

### Managing toolbar changes

- [delegate](uikit/uitoolbar/delegate.md)
