SCAppearanceConfigurationDelegate
@protocol SCAppearanceConfigurationDelegate <NSObject>
                Delegate protocol for responding to style and branding customization requests at runtime.
- 
                  
                  
Tells the delegate when appearance configuration updates will be applied.
Declaration
Objective-C
- (void)appearanceConfigurationWillApplyUpdates: (nonnull SCAppearanceConfiguration *)configuration;Swift
optional func appearanceConfigurationWillApplyUpdates(_ configuration: SCAppearanceConfiguration)Parameters
configurationThe appearance configuration to be applied.
 - 
                  
                  
Tells the delegate when appearance configuration updates have been applied.
Declaration
Objective-C
- (void)appearanceConfigurationDidApplyUpdates: (nonnull SCAppearanceConfiguration *)configuration;Swift
optional func appearanceConfigurationDidApplyUpdates(_ configuration: SCAppearanceConfiguration)Parameters
configurationThe appearance configuration that was applied.
 
            Install in Dash
          
      SCAppearanceConfigurationDelegate Protocol Reference