Inherits from TKDataFormEditor : UIView
Declared in TKDataFormInlineEditor.h

Overview

An abstract base class for editors that can be displayed inline.

Properties

accessoryImageView

The editor’s accesory image.

@property (nonatomic, strong, readonly, nonnull) UIImageView *accessoryImageView

Declared In

TKDataFormInlineEditor.h

displayMode

The editor’s display mode.

@property (nonatomic) TKDataFormInlineEditorDisplayMode displayMode

Declared In

TKDataFormInlineEditor.h

editorValueLabel

A label for the editor’s value.

@property (nonatomic, strong, readonly, nonnull) TKLabel *editorValueLabel

Declared In

TKDataFormInlineEditor.h

showAccessoryImage

A bool that determines if accessory image should be visible.

@property (nonatomic) BOOL showAccessoryImage

Declared In

TKDataFormInlineEditor.h