---
title: delegate
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uitabbarcontroller/sidebar-swift.class/delegate-swift.property
---

# delegate

The object managing the delegate of the sidebar.

## Declaration

```swift
weak var delegate: (any UITabBarController.Sidebar.Delegate)? { get set }
```

## See Also

### Setting the sidebar delegate

- [UITabBarController.Sidebar.Delegate](uikit/uitabbarcontroller/sidebar-swift.class/delegate-swift.protocol.md)
