---
title: delegate
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uisheetpresentationcontroller/delegate
---

# delegate

The delegate of the sheet presentation controller.

## Declaration

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

## See Also

### Managing the delegate

- [UISheetPresentationControllerDelegate](uikit/uisheetpresentationcontrollerdelegate.md)
