RBListField Class Reference

Inherits from RBTextField : UITextField
Conforms to RBInputViewDelegate
Declared in RBListField.h

Overview

A list field.

  items

An array of RBListFieldItem objects.

@property (nonatomic, nullable) NSArray<RBListFieldItem*> *items

Discussion

An array of RBListFieldItem objects.

Declared In

RBListField.h

  currentValue

The current selected item value.

@property (nonatomic, nullable) NSString *currentValue

Discussion

The current selected item value.

Declared In

RBListField.h

  currentDisplayText

The current selected item display text.

@property (nonatomic, nullable) NSString *currentDisplayText

Discussion

The current selected item display text.

Declared In

RBListField.h