Inherits from TKDataFormInlineEditor : TKDataFormEditor : UIView
Declared in TKDataFormDatePickerEditor.h

Overview

The default editor for date values. In its essence, it is a UIDatePicker.

Tasks

Properties

dateFormatter

The NSDateFormatter object included in the TKDataFormDatePickerEditor.

@property (nonatomic, strong, nullable) NSDateFormatter *dateFormatter

Declared In

TKDataFormDatePickerEditor.h

placeholder

The string that is displayed when there is no selection in the editor.

@property (nonatomic, strong, nullable) NSString *placeholder

Declared In

TKDataFormDatePickerEditor.h