---
title: UIDatePickerStyle.compact
framework: uikit
role: symbol
role_heading: Case
path: uikit/uidatepickerstyle/compact
---

# UIDatePickerStyle.compact

A style indicating that the date picker displays as a label that when tapped displays a calendar-style editor.

## Declaration

```swift
case compact
```

## Discussion

Discussion You can’t use this style with the UIDatePicker.Mode.countDownTimer mode.

## See Also

### Styles

- [UIDatePickerStyle.automatic](uikit/uidatepickerstyle/automatic.md)
- [UIDatePickerStyle.inline](uikit/uidatepickerstyle/inline.md)
- [UIDatePickerStyle.wheels](uikit/uidatepickerstyle/wheels.md)
