STDSCustomization Class Reference

Inherits from NSObject
Conforms to NSCopying
Declared in STDSCustomization.h

Overview

This class provides a common set of customization parameters, used to customize elements of the UI.

  fontName

The name of the font to use for text.

@property (nonatomic, copy) NSString *fontName

Discussion

The name of the font to use for text.

Declared In

STDSCustomization.h

  textColor

The color to use for the text, in hexidecimal.

@property (nonatomic, copy) NSString *textColor

Discussion

The color to use for the text, in hexidecimal.

Declared In

STDSCustomization.h

  fontSize

The size of the font to use.

@property (nonatomic) NSInteger fontSize

Discussion

The size of the font to use.

Declared In

STDSCustomization.h