RBManagedFormLabelSchema Class Reference

Inherits from RBManagedFormItemSchema : NSObject
Declared in RBManagedFormLabelSchema.h

Overview

A schema for a managed form label item.

  text

The text to display in the label.

@property (nonatomic, nullable) NSString *text

Discussion

The text to display in the label.

Declared In

RBManagedFormLabelSchema.h

  attributedText

The attributed text to display in the label.

@property (nonatomic, nullable) NSAttributedString *attributedText

Discussion

The attributed text to display in the label.

Declared In

RBManagedFormLabelSchema.h