BTNHeader Class Reference

Inherits from BTNModelObject
Declared in BTNHeader.h

Overview

BTNHeader objects specify heading information about inventory.

  titleText

The main heading text.

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

Discussion

The main heading text.

Declared In

BTNHeader.h

  subtitleText

An optional smaller subheading text.

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

Discussion

An optional smaller subheading text.

Declared In

BTNHeader.h

  background

The header background.

@property (nullable, nonatomic, copy, readonly) BTNBackground *background

Discussion

The header background.

Declared In

BTNHeader.h