<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIDatePickerStyle/inline",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@E@UIDatePickerStyle@UIDatePickerStyleInline"
  },
  "title" : "UIDatePickerStyle.inline"
}
-->

# UIDatePickerStyle.inline

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

```
case inline
```

## 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`](/documentation/UIKit/UIDatePickerStyle/compact) style.

You can’t use this style with the [`UIDatePicker.Mode.countDownTimer`](/documentation/UIKit/UIDatePicker/Mode/countDownTimer) mode.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)