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

# UIDatePickerStyle.automatic

A style indicating that the system picks the concrete style based on the current platform and date picker mode.

## Declaration

```swift
case automatic
```

## See Also

### Styles

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