Inherits from TKDataFormViewControllerEditor : TKDataFormEditor : UIView
Declared in TKDataFormOptionsEditor.h

Overview

An editor view which allows editing values in TKDataForm by using an option list.

Properties

accessoryImageView

The accessory image view.

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

Declared In

TKDataFormOptionsEditor.h

options

An array of all options in the TKDataFormOptions.

@property (nonatomic, strong, nullable) NSArray *options

Declared In

TKDataFormOptionsEditor.h

selectedIndex

The index for the selected item in the options list.

@property (nonatomic) NSInteger selectedIndex

Declared In

TKDataFormOptionsEditor.h

selectedOptionLabel

The label of the selected option (read-only).

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

Declared In

TKDataFormOptionsEditor.h

showAccessoryImage

A bool that determines if accessory image should be visible.

@property (nonatomic) BOOL showAccessoryImage

Declared In

TKDataFormOptionsEditor.h