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

# delegate

A delegate object that a calendar view asks for selectable dates and informs of changes to the selection of multiple dates.

## Declaration

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

## See Also

### Setting the selection delegate

- [UICalendarSelectionMultiDateDelegate](uikit/uicalendarselectionmultidatedelegate.md)
