-
Convenience method to add a style provider to the current screen
Declaration
Swift
@inlinable func add<P>(provider p: P, priority: Int32 = STYLE_PROVIDER_PRIORITY_APPLICATION) where P : StyleProviderProtocolParameters
pstyle provider to add
prioritythe priority of the provider (defaults to
STYLE_PROVIDER_PRIORITY_APPLICATION) -
Convenience method to add a CSS style provider to the current screen
Declaration
Swift
@inlinable func add<P>(provider p: P, priority: Int32 = STYLE_PROVIDER_PRIORITY_APPLICATION) where P : CssProviderProtocolParameters
pCSS style provider to add
prioritythe priority of the provider (defaults to
STYLE_PROVIDER_PRIORITY_APPLICATION)
View on GitHub
Install in Dash
ScreenProtocol Extension Reference