SCAppearanceConfigurationDelegate Protocol Reference
Conforms to | NSObject |
---|---|
Declared in | SCAppearanceConfiguration.h |
– 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