UIDatePickerStyle.inline
A style indicating that the date pickers displays as an inline, editable field.
Declaration
case inlineDiscussion
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.