STDSToolbarCustomization Class Reference

Inherits from STDSCustomization : NSObject
Declared in STDSToolbarCustomization.h

Overview

A customization object to use to configure the UI of a toolbar.

  backgroundColor

The background color of the toolbar.

@property (nonatomic, copy) NSString *backgroundColor

Discussion

The background color of the toolbar.

Declared In

STDSToolbarCustomization.h

  headerText

The text to display in the title of the toolbar.

@property (nonatomic, copy) NSString *headerText

Discussion

The text to display in the title of the toolbar.

Declared In

STDSToolbarCustomization.h

  buttonText

The text to display for the button in the toolbar.

@property (nonatomic, copy) NSString *buttonText

Discussion

The text to display for the button in the toolbar.

Declared In

STDSToolbarCustomization.h