iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
ISCIThemeable
@protocol ISCIThemeable <NSObject>
Classes which implement ISCIThemeable interface can apply theme provided by ISCIThemeProvider instance.
-
Applies specified theme to current instance.
Declaration
Objective-C
- (void)applyThemeProvider:(nonnull id<ISCIThemeProvider>)themeProvider;Swift
func apply(_ themeProvider: any ISCIThemeProvider)Parameters
themeProviderThe
ISCIThemeProviderinstance which provides new theme for current instance.
View on GitHub