RBListFieldItem Class Reference

Inherits from NSObject
Declared in RBListField.h

Overview

An item for a list field.

  value

The value of the item.

@property (nonatomic, readonly, nullable) NSString *value

Discussion

The value of the item.

Declared In

RBListField.h

  displayText

The display text of the item.

@property (nonatomic, readonly, nullable) NSString *displayText

Discussion

The display text of the item.

Declared In

RBListField.h

– initWithValue:displayText:

Initializes the list field item.

- (nonnull instancetype)initWithValue:(nonnull NSString *)value displayText:(nonnull NSString *)displayText

Parameters

value

The value of the item.

displayText

The display text of the item.

Return Value

The initialized list field item.

Discussion

Initializes the list field item.

Declared In

RBListField.h