Inherits from TKDataFormEditor : UIView
Declared in TKDataFormCustomEditor.h

Overview

A custom editor for TKDataForm. The TKDataFormCustomEditorDelegate provides the custom view and updates its according to the property value.

Properties

delegate

A delegate for the editor to provide a view and its value.

@property (nonatomic, weak, nullable) id<TKDataFormCustomEditorDelegate> delegate

Declared In

TKDataFormCustomEditor.h

editorView

The editor’s UIView.

@property (nonatomic, strong, readonly) UIView *editorView

Declared In

TKDataFormCustomEditor.h

Instance Methods

notifyValueChange

Called when the value of the editor is changed, so it should try to update the property value depending on the current commit mode.

- (void)notifyValueChange

Declared In

TKDataFormCustomEditor.h