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

# delegate

A delegate object that a calendar view asks about selectable dates and informs of changes to the selection of a single date.

## Declaration

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

## See Also

### Setting the selection delegate

- [UICalendarSelectionSingleDateDelegate](uikit/uicalendarselectionsingledatedelegate.md)
