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

Overview

A UIPickerView editor by which you can choose an option from a list of options.

Tasks

Properties

options

An array of all options in the TKDataFormOptions.

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

Declared In

TKDataFormPickerViewEditor.h

pickerView

The editor’s UIPickerView control.

@property (nonatomic, strong, readonly, nonnull) UIPickerView *pickerView

Declared In

TKDataFormPickerViewEditor.h

selectedIndex

The index for the selected item in the options list.

@property (nonatomic) NSInteger selectedIndex

Declared In

TKDataFormPickerViewEditor.h