SCAppearanceConfigurationDelegate Protocol Reference

Conforms to NSObject
Declared in SCAppearanceConfiguration.h

Overview

Delegate protocol for responding to style and branding customization requests at runtime.

– appearanceConfigurationWillApplyUpdates:

Tells the delegate when appearance configuration updates will be applied.

- (void)appearanceConfigurationWillApplyUpdates:(SCAppearanceConfiguration *)configuration

Parameters

configuration

The appearance configuration to be applied.

Declared In

SCAppearanceConfiguration.h

– appearanceConfigurationDidApplyUpdates:

Tells the delegate when appearance configuration updates have been applied.

- (void)appearanceConfigurationDidApplyUpdates:(SCAppearanceConfiguration *)configuration

Parameters

configuration

The appearance configuration that was applied.

Declared In

SCAppearanceConfiguration.h