BTNListItem Class Reference

Inherits from BTNModelObject
Declared in BTNListItem.h

Overview

BTNListItem objects specify information for rendering an inventory item.

  titleText

The line item main text of the item.

@property (nullable, nonatomic, copy, readonly) BTNText *titleText

Discussion

The line item main text of the item.

Declared In

BTNListItem.h

  subtitleText

Secondary text for the item.

@property (nullable, nonatomic, copy, readonly) BTNText *subtitleText

Discussion

Secondary text for the item.

Declared In

BTNListItem.h

  iconText

Text to be rendered at the icon position (e.g. right aligned).

@property (nullable, nonatomic, copy, readonly) BTNText *iconText

Discussion

Text to be rendered at the icon position (e.g. right aligned).

Declared In

BTNListItem.h

  iconImage

A small preview icon representing the item.

@property (nullable, nonatomic, copy, readonly) BTNImage *iconImage

Discussion

A small preview icon representing the item.

Declared In

BTNListItem.h