Inherits from TKDataFormEditor : UIView
Declared in TKDataFormSegmentedEditor.h

Overview

An editor view used to edit values in TKDataForm by using a UISegmentedControl.

Tasks

Properties

options

The names of all the segments in TKDataFormSegmentedEditor.

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

Declared In

TKDataFormSegmentedEditor.h

selectedIndex

The index for the selected item in the options list.

@property (nonatomic) NSInteger selectedIndex

Declared In

TKDataFormSegmentedEditor.h