STDSUICustomization Class Reference

Inherits from NSObject
Declared in STDSUICustomization.h

Overview

The STDSUICustomization is used to provide custom settings to UI elements.

  toolbarCustomization

Provides custom settings for the toolbar.

@property (nonatomic, copy) STDSToolbarCustomization *toolbarCustomization

Discussion

Provides custom settings for the toolbar.

Declared In

STDSUICustomization.h

  labelCustomization

Provides custom settings for labels.

@property (nonatomic, copy) STDSLabelCustomization *labelCustomization

Discussion

Provides custom settings for labels.

Declared In

STDSUICustomization.h

  textBoxCustomization

Provides custom settings for text boxes.

@property (nonatomic, copy) STDSTextBoxCustomization *textBoxCustomization

Discussion

Provides custom settings for text boxes.

Declared In

STDSUICustomization.h

– setButtonCustomization:forType:

Sets a given button customization for the specified type.

- (void)setButtonCustomization:(STDSButtonCustomization *)buttonCustomization forType:(STDSUICustomizationButtonType)buttonType

Parameters

buttonCustomization

The buttom customization to use.

buttonType

The type of button to use the customization for.

Discussion

Sets a given button customization for the specified type.

Declared In

STDSUICustomization.h

– getButtonCustomizationForButtonType:

Retrieves a button customization object if one exists for the given button type.

- (STDSButtonCustomization *_Nullable)getButtonCustomizationForButtonType:(STDSUICustomizationButtonType)buttonType

Parameters

buttonType

The button type to retrieve a customization object for.

Return Value

A button customization object, if one exists for the given type.

Discussion

Retrieves a button customization object if one exists for the given button type.

Declared In

STDSUICustomization.h