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

# UIDatePickerStyle.inline

A style indicating that the date pickers displays as an inline, editable field.

## Declaration

```swift
case inline
```

## Discussion

Discussion Use this style when you want to let users edit the date picker value without having to tap the label shown in the UIDatePickerStyle.compact style. You can’t use this style with the UIDatePicker.Mode.countDownTimer mode.

## See Also

### Styles

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